revali_router_core library
Classes
- AppConfig
-
AsyncWebSocketSender<
T> - BindContext
- Body
- BodyData
- BodyParser
- CleanUp
- CleanUpImpl
- CloseWebSocket
- CombineComponents
- Context
- Cookies
- Data
- DefaultExceptionCatcher
- DI
- DIHandler
-
ExceptionCatcher<
T> -
ExceptionCatcherResult<
T> - FullRequest
- Guard
- GuardResult
- Headers
- Interceptor
- LifecycleComponents
- MemoryFile
- Meta
- MetaScope
- Middleware
- MiddlewareResult
- Observer
- OverrideErrorResponse
- body, headers, and statusCode are optional, if any of them are set, they will be used to override the response body, headers, or statusCode.
- Payload
- PipeContext
- Redirect
- Reflect
- ReflectData
- Reflector
- Request
- RequestContext
- Response
- ResponseHandler
- RouteEntry
- SetCookieHeaders
- SetCookies
- StringContent
- UnderlyingRequest
- WebSocketContext
- WebSocketRequest
Enums
Typedefs
-
Binary
= List<
int> -
InterceptorPostResult
= FutureOr<
void> -
InterceptorPreResult
= FutureOr<
void> - PayloadBody = Body
-
PayloadResolver
= Future<
Body> Function() -
PayloadTransformer
= StreamTransformer<
List< int> , List<int> >