Skip to main content

Interface: HTTPResponse

internal.HTTPResponse

Properties

config

config: any

Defined in

medusa-js/src/typings.ts:13


headers

headers: Record<string, string> & { set-cookie?: string[] }

Defined in

medusa-js/src/typings.ts:10


request

Optional request: any

Defined in

medusa-js/src/typings.ts:14


status

status: number

Defined in

medusa-js/src/typings.ts:8


statusText

statusText: string

Defined in

medusa-js/src/typings.ts:9

Was this page helpful?