Skip to content

remote / Exports / IHttpRequest

Interface: IHttpRequest<TData>

Type parameters

NameType
TDataTDefaultRequestData

Table of contents

Properties

Properties

id

id: string

Defined in

remote/src/types/http-types.ts:24


url

url: string

Defined in

remote/src/types/http-types.ts:25


method

method: THttpMethod

Defined in

remote/src/types/http-types.ts:26


headers

headers: IHttpHeaders

Defined in

remote/src/types/http-types.ts:27


data

Optional data: TData

Defined in

remote/src/types/http-types.ts:28

Released under the MIT License.