AngelHttp.custom constructor
AngelHttp.custom(})
An instance mounted on a server started by the serverGenerator
.
Implementation
factory AngelHttp.custom(Angel app, ServerGeneratorType serverGenerator,
{bool useZone = true, Map<String, String> headers = const {}}) {
return AngelHttp._(app, serverGenerator, useZone);
}