Represents an HTTP request context

Hierarchy

  • RequestContext

Constructors

Properties

body: RequestBody = undefined
headers: {
    [key: string]: string;
} = {}

Type declaration

  • [key: string]: string
httpConfig: HttpConfiguration = {}
httpMethod: HttpMethod

http method

url: URL

Methods

Generated using TypeDoc