io_adapter library
Classes
- IOAdapter
-
An Adapter implementation for
dart:ioHttpServer. - IOAdapterRequest
Extensions
Functions
-
bindHttpServer(
InternetAddress address, {int port = 0, SecurityContext? context, int backlog = 0, bool v6Only = false, }) → Future< HttpServer> -
Binds an HTTP server to the given
addressandport.