HttpRequest

November 15, 2018

Searches in a RESTful interface (GET or POST?)

When designing a RESTful API, the architectural semantics are considered vital to the overall design.
December 25, 2013

How To Send HTTP Request GET/POST In Java Using Apache Client

Apache provides an HttpClient library using which we can send get and post requests to a server. Another method for http requests is provided by the […]
June 18, 2013

How To Send HTTP Request GET/POST In Java

A brief Introduction   Client server architecture requires two parts as main resources: Client and Server