Interface HttpClient

  • All Known Implementing Classes:
    JdkHttpClient

    public interface HttpClient
    A simple interface for sending HTTP requests.

    This interface is designed to abstract the implementation of HTTP clients, allowing for sending requests and receiving responses. It provides methods for sending a request either with or without a body.

    Since:
    4.0.0
    Author:
    Dmytro Nosan
    See Also:
    JdkHttpClient