Package nl.colorize.util.http


package nl.colorize.util.http
  • Class
    Description
    Exception for when sending an HTTP request has resulted in a response with an error status.
    HTTP response status codes, as defined by the HTTP/1.1 standard, as defined in RFC 2616.
    Represents data that has been sent as part of an HTTP request and is encoded using the application/x-www-form-urlencoded content type.
    Utility class that contains convenience methods for creating and sending HTTP requests using the HTTP client in java.net.http.