http library
This is a thin HTTP layer abstraction used by the client and the server
Classes
- HttpHandler
- HttpMessage
- HTTP message. Request or Response.
- HttpRequest
- The request which is sent by the client and received by the server
- HttpResponse
- The response sent by the server and received by the client
- LoggingHandler
- A wrapper over HttpHandler which allows logging
- PayloadCodec
- Encodes/decodes JSON payload.
- StatusCode
Mixins
Extensions
- HttpResponseExt on HttpResponse
- The response sent by the server and received by the client