angel3_shelf
library
Functions
-
convertRequest(RequestContext req, ResponseContext res, {String? handlerPath, Map<String, Object>? context})
→ Future<Request>
-
Creates a
shelf.Request
analogous to the input req
.
-
embedShelf(Handler handler, {String? handlerPath, Map<String, Object>? context, bool throwOnNullResponse = false})
→ RequestHandler
-
Simply passes an incoming request to a
shelf
handler.
-
mergeShelfResponse(Response shelfResponse, ResponseContext angelResponse)
→ Future
-
Applies the state of the
shelfResponse
into the angelResponse
.
-
process(dynamic param1, int param2)
→ Future<Stream<Request>>
-