This repository was archived by the owner on Jun 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
HttpRequestStore
Jussi Saarivirta edited this page Mar 3, 2019
·
2 revisions
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).
Table of contents
- Overview
- Authentication and authorization
- Exception handling
- HttpParam Attributes
-
Classes and interfaces overview
- Implementable interfaces
- Infrastructure classes