http library
Classes
- AngelHttp
-
Adapts
dart:io
's HttpServer to serve Angel. - HttpRequestContext
- An implementation of RequestContext that wraps a HttpRequest.
- HttpResponseContext
- An implementation of ResponseContext that abstracts over an HttpResponse.
Functions
- Boots a shared server instance. Use this if launching multiple isolates.
Typedefs
-
ServerGeneratorType
= Future<
HttpServer> Function(dynamic, int)