Package nl.colorize.util.http


package nl.colorize.util.http
  • Class
    Description
    Immutable representation of the request/response headers sent as part of an HTTP request.
    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 an HTTP request and is encoded using the application/x-www-form-urlencoded content type.
    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.