Skip to content

remote / Exports / HttpRequest

Interface: HttpRequest<TData>

Type parameters

NameType
TDataDefaultRequestData

Table of contents

Properties

Properties

id

id: string

Defined in

types/http-types.ts:24


url

url: string

Defined in

types/http-types.ts:25


method

method: HttpMethod

Defined in

types/http-types.ts:26


headers

headers: HttpHeaders

Defined in

types/http-types.ts:27


data

Optional data: TData

Defined in

types/http-types.ts:28

Released under the MIT License.