Package org.codelibs.curl


package org.codelibs.curl
  • Class
    Description
    The Curl class provides a simple interface for creating HTTP requests using various HTTP methods.
    Enumeration representing HTTP methods.
    Custom exception class for handling errors related to Curl operations.
    The CurlRequest class represents an HTTP request that can be configured and executed.
    The RequestProcessor class processes the HTTP request and handles the response.
    The CurlResponse class represents the response from a cURL request.