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
HttpParam
Jussi Saarivirta edited this page Jan 26, 2019
·
2 revisions
The HttpParam<T> class is used as a value holder class for the HTTP parameters. Its purpose is purely to provide the infrastructure a way to access and edit the value of a HTTP parameter. It holds the request parameter value, the HttpExtensionAttribute that relates to it (HttpQueryAttribute, HttpBodyAttribute, HttpFormAttribute, HttpHeaderAttribute) and the value of the parameter.
Table of contents
- Overview
- Authentication and authorization
- Exception handling
- HttpParam Attributes
-
Classes and interfaces overview
- Implementable interfaces
- Infrastructure classes