Package nl.colorize.util.http
package nl.colorize.util.http
-
ClassDescriptionImmutable representation of the HTTP headers sent as part of HTTP request and response messages.HTTP response status codes, as defined by the HTTP/1.1 standard, as defined in RFC 2616.HTTP request methods, as defined by the HTTP/1.1 standard.Represents data that has been sent as part of a HTTP request, encoded using the
application/x-www-form-urlencoded
content type.Generic retry logic for operations that can potentially fail, such as network requests.Cross-platform API for building HTTP requests, then sending those requests using a HTTP client suitable for the current platform.Represents an HTTP response that is returned after sending an HTTP request to a URL.