io_adapter library

Classes

IOAdapter
An Adapter implementation for dart:io HttpServer.
IOAdapterRequest

Functions

bindHttpServer(InternetAddress address, {int port = 0, SecurityContext? context, int backlog = 0, bool v6Only = false, bool shared = false}) Future<HttpServer>
Binds an HTTP server to the given address and port.
serve(Handler handler, InternetAddress address, int port, {SecurityContext? securityContext, int? backlog, bool shared = false}) Future<RelicServer>
Starts a server that listens on the specified address and port and sends requests to handler.