httpcore
Httpcore is a Java library that provides a low-level HTTP client and server implementation. It is part of the Apache HttpComponents project and is designed to be a more flexible and extensible alternative to the standard Java HTTP client. Httpcore offers a component-based architecture that allows developers to customize various aspects of the HTTP communication, such as request and response interception, connection management, and protocol handling.
The library consists of two main parts: HttpCore NIO and HttpCore Asynchronous. HttpCore NIO is built on
Httpcore is often used as a foundation for building higher-level HTTP client libraries, such as Apache HttpComponents'