ServerUniverseEdge class

Inheritance

Constructors

ServerUniverseEdge({required RequestHandlerMore onError, required RequestHandler onNotFound, ServerUniverseLogType serverUniverseLogType = ServerUniverseLogType.info, String pathPrefix = "", int simultaneousProcessing = 1000000000, ServerUniversePlatformType serverUniversePlatformType = ServerUniversePlatformType.supabase})

Properties

app ServerUniverseEdge
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
onError RequestHandlerMore
finalinherited
onNotFound RequestHandler
finalinherited
pathPrefix String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverUniverseLogType ServerUniverseLogType
finalinherited
serverUniversePlatformType ServerUniversePlatformType
finalinherited
simultaneousProcessing int
getter/setter pairinherited

Methods

all(String path, RequestHandler onRequest) → void
inherited
createRoute({required String path, required RegExp method, required RequestHandler onRequest}) → void
override
delete(String path, RequestHandler onRequest) → void
inherited
ensureInitialized() → void
override
get(String path, RequestHandler onRequest) → void
inherited
inherited
listen({int port = 3000, dynamic bindIp = '0.0.0.0', bool shared = true, int backlog = 0}) Future
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
options(String path, RequestHandler onRequest) → void
inherited
parsePattern(String path) String
inherited
patch(String path, RequestHandler onRequest) → void
inherited
post(String path, RequestHandler onRequest) → void
inherited
propfind(String path, RequestHandler onRequest) → void
inherited
put(String path, RequestHandler onRequest) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited