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

startShared(dynamic address, int port) Future<HttpServer>
Boots a shared server instance. Use this if launching multiple isolates.
startSharedSecure(SecurityContext securityContext) Future<HttpServer> Function(dynamic, int)

Typedefs

ServerGeneratorType = Future<HttpServer> Function(dynamic, int)