Interface HTTPRequestMethodSpecification

HTTP Request Method specification.

Example

{
"name": "HTTP Semantics # GET",
"link": "https://httpwg.org/specs/rfc9110.html#GET"
}

Hierarchy

  • HTTPRequestMethodSpecification

Properties

Properties

link?: string

HTTP Request Method specification documentation link.

name: string

HTTP Request Method specification name.

Generated using TypeDoc