Package io.github.parthappm.http.client


package io.github.parthappm.http.client
  • Classes
    Class
    Description
    A client class to implement the HTTP client functionality.
    The HTTP Client implementation for non-secured HTTP connection.
    The HTTP Client implementation for secured HTTP connection over Secured Sockets Layer (SSL)
    The Response class contains all the data related to HTTP response returned by the server
    A class that contains all static methods to create an object of Client class by parsing the provided URL.