MiniServer class

Constructors

MiniServer({required String host, required int port})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
listFucoesGet List<Function>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String router, dynamic funcao(HttpRequest httpRequest)) → dynamic
get(String router, dynamic funcao(HttpRequest httpRequest)) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String router, dynamic funcao(HttpRequest httpRequest)) → dynamic
put(String router, dynamic funcao(HttpRequest httpRequest)) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MiniServer
no setter