Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / networking/src/public-api / HttpOptions

Type Alias: HttpOptions

HttpOptions = object

Defined in: projects/libraries/streamix/networking/src/lib/httpClient.ts:24

Options for configuring an HTTP request.

Properties

headers?

optional headers: Record<string, string>

Defined in: projects/libraries/streamix/networking/src/lib/httpClient.ts:25


params?

optional params: Record<string, string>

Defined in: projects/libraries/streamix/networking/src/lib/httpClient.ts:26


withCredentials?

optional withCredentials: boolean

Defined in: projects/libraries/streamix/networking/src/lib/httpClient.ts:27


body?

optional body: any

Defined in: projects/libraries/streamix/networking/src/lib/httpClient.ts:28

Released under the GNU AGPL v3 or later.