http_interop library

Classes

Body
HTTP Body. Essentially it is just a Stream<Uint8List> with a few useful constructors.
Handler
Each client and server compatible with this package is supposed to implement this interface.
Headers
A collection of HTTP headers. The keys are case-insensitive.
Message
An HTTP message where the body is known.
Request
The request which is sent by the client and received by the server
Response
The response sent by the server and received by the client