serve library

Classes

ApplicationIOServer
A running application HTTP server with a concrete URL.
ApplicationServer
A running application HTTP server with a concrete URL.
IOServer
A running HTTP server with a concrete URL.
Server
A running HTTP server with a concrete URL.

Extensions

ServeApplicationExtension on FutureOr<Application>
Extension on Application to serve a HTTP server.
ServeApplicationFactoryExtension on FutureOr<ApplicationFactory>
Extension on ApplicationFactory to serve a HTTP server.
ServeHandlerExtension on FutureOr<Handler>
Extension on Handler to serve a HTTP server.
ServeHandlerFactoryExtension on FutureOr<HandlerFactory>
Extension on HandlerFactory to serve a HTTP server.

Functions

getUrl(Object address, int port, bool isSecure) Uri
Makes a Uri for Server.

Typedefs

LoggerFactory = FutureOr<Logger> Function()
A factory that creates a Logger.
SecurityContextFactory = FutureOr<SecurityContext> Function()
A factory that creates a SecurityContext.