remote / Exports / IHttpRequest
Interface: IHttpRequest<TData>
Type parameters
| Name | Type |
|---|---|
TData | TDefaultRequestData |
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