Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

HttpRequestStore

Jussi Saarivirta edited this page Mar 3, 2019 · 2 revisions

HttpRequestStore

The HttpRequestStore (implementing IHttpRequestStore) is a service that is used to store HttpRequests so that they can be accessed in places where the request is normally not available. Requests are stored for the duration of the Function invocation and the service is also available via dependency injection in implementations of the interfaces that allow overriding default functionality (IHttpExceptionHandler, IHttpParamValueDeserializer).

Clone this wiki locally