Interface IRequestInfo<T>

Information about a request

Index

Properties

begun

begun: Date

The timestamp at which the request started

Optional headers

headers: IStringMap<string>

The headers for the request.

method

method: string

The method that was used for this request

queryString

queryString: string[]

The query string parameters that were used for this request

requestData

requestData: IStringMap<T>

The data that was sent for this request

requestDataType

requestDataType: string

The requestDataType that was used for this request

url

url: string

Url that was requested

Type parameters

  • T

Hierarchy

  • IRequestInfo