.http_client.3.7.3.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http_client Show documentation
Show all versions of http_client Show documentation
HTTP client supporting SSL, cookies, WebSockets, and HTTP/2. Requires an adapter to be used.
The newest version!
module com.hexagonkt.http_client {
requires transitive kotlin.stdlib;
requires transitive com.hexagonkt.http_handlers;
exports com.hexagonkt.http.client;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy