Interface | Description |
---|---|
HttpHeaderName | |
HttpVerb |
A common interface for enum classes that declare HTTP verbs.
|
Enum | Description |
---|---|
HttpMethod |
Represents an HTTP method like GET, PUT and so on.
|
NonStandardHttpHeaderName |
Definition of header names that are not standard, but used and supported by many user agents and servers.
|
OtherHttpHeaderName |
Definition of header names that are frequently used, but not standardized or specified in any RFC.
|
StandardHttpHeaderName |
Definition of header names that are specified in RFCs (e.g.
|