http_interop_http library

Classes

ClientWrapper
A wrapper over the standard Dart HTTP client. It is the developer's responsibility to instantiate the client and call close() on it in the end of the application lifecycle.
HeaderFolding
OneOffHandler
This HTTP handler creates a new instance of the http.Client for every request and closes the client after the request completes.
StandardFolding