Skip to content

Http

Module http

This module holds HTTP classes and utilities independent of third party libraries and shared among HTTP clients and HTTP servers.

Package com.hexagontk.http

HTTP code shared between clients and servers.

Package com.hexagontk.http.model

TODO

Package com.hexagontk.http.model.ws

TODO

Package com.hexagontk.http.patterns

TODO

TODO Capabilities enum for client/servers to declare its functionalities (along with protocols) enum class HttpCapability { MULTIPART, COOKIES, SSE, WEBSOCKET }