Package com.jcabi.http.request

Requests.

This package contains implementations of class Request. The most popular and easy to use it JdkRequest.

However, in some situations JdkRequest falls short and ApacheRequest should be used instead. For example, JdkRequest doesn't support PATCH HTTP method due to a bug in HttpURLConnection.

Since:
0.10