mid_server library
Classes
- BaseHandler
- DefaultHttpHandler
- FutureOrBaseHandler
- A base handler for any endpoint that returns a Future or Type i.e. FutureOr
- HttpInterceptorServer
- A base server Interceptor for intercepting requests and responses between the client and the server
- MessageInterceptorServer
- An interface for intercepting websocket messages between server and client
- Request
- An HTTP request to be processed by a Shelf application.
- Response
-
The response returned by a
Handler. - ServerConfig
- Server Configuration that will be passed to the shelf server
- StreamBaseHandler
- A base handler for any endpoint that returns a Stream
- WebsocketHandler
Constants
Functions
-
midServer(
ServerConfig config) → void