Files
medusa-store/docs/content/references/js-client/interfaces/internal.HTTPResponse.md
Shahed Nasser 8ca9354c50 docs: updated js client reference (#2414)
* docs: updated js client reference

* docs: fixed link
2022-10-11 16:32:41 +03:00

58 lines
1.1 KiB
Markdown

---
displayed_sidebar: jsClientSidebar
---
# Interface: HTTPResponse
[internal](../modules/internal.md).HTTPResponse
## Properties
### config
**config**: `any`
#### Defined in
[medusa-js/src/typings.ts:13](https://github.com/medusajs/medusa/blob/53e34d33d/packages/medusa-js/src/typings.ts#L13)
___
### headers
**headers**: `Record`<`string`, `string`\> & { `set-cookie?`: `string`[] }
#### Defined in
[medusa-js/src/typings.ts:10](https://github.com/medusajs/medusa/blob/53e34d33d/packages/medusa-js/src/typings.ts#L10)
___
### request
`Optional` **request**: `any`
#### Defined in
[medusa-js/src/typings.ts:14](https://github.com/medusajs/medusa/blob/53e34d33d/packages/medusa-js/src/typings.ts#L14)
___
### status
**status**: `number`
#### Defined in
[medusa-js/src/typings.ts:8](https://github.com/medusajs/medusa/blob/53e34d33d/packages/medusa-js/src/typings.ts#L8)
___
### statusText
**statusText**: `string`
#### Defined in
[medusa-js/src/typings.ts:9](https://github.com/medusajs/medusa/blob/53e34d33d/packages/medusa-js/src/typings.ts#L9)