| Cookie | 
 Represents an HTTP Cookie. 
 | 
| HttpClient | 
 An asynchronous HTTP client. 
 | 
| HttpClientRequest | 
 Represents a client-side HTTP request. 
 | 
| HttpClientResponse | 
 Represents a client-side HTTP response. 
 | 
| HttpConnection | 
 Represents an HTTP connection. 
 | 
| HttpFrame | 
 An HTTP/2 frame. 
 | 
| HttpHeaders | 
Contains a bunch of useful HTTP headers stuff:
 
   methods for creating  instances
   often used Header names
   method to create optimized  CharSequence which can be used as header name and value
   
 | 
| HttpServer | 
 An HTTP and WebSockets server. 
 | 
| HttpServerFileUpload | 
 Represents an file upload from an HTML FORM. 
 | 
| HttpServerRequest | 
 Represents a server-side HTTP request. 
 | 
| HttpServerResponse | 
 Represents a server-side HTTP response. 
 | 
| ServerWebSocket | 
 Represents a server side WebSocket. 
 | 
| WebSocket | 
 Represents a client-side WebSocket. 
 | 
| WebSocketFrame | 
 A WebSocket frame that represents either text or binary data. 
 |