RelicAppIOServeEx extension
- on
Methods
-
serve(
{InternetAddress? address, int port = 8080, SecurityContext? securityContext, int backlog = 0, bool v6Only = false, int noOfIsolates = 1}) → Future< RelicServer> -
Available on RelicApp, provided by the RelicAppIOServeEx extension
Starts a HttpServer that listens on the specifiedaddressandportand sends requests tohandler.