Package com.jcabi.http.request
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
-
ClassesClassDescriptionImplementation of
Request, based on Apache HTTP client.Base implementation ofRequest. // @checkstyle ClassDataAbstractionCoupling (500 lines)Boundary for content-type multipart/form-data.Default implementation ofResponse.Implementation ofRequestthat always returns the same response, specified in the constructor.Implementation ofRequest, based on JDK.Byte builder for multipart body.