@talentsoft-opensource/integration-widget-contract > "widget-contract-myts" > HttpResponse
This interface represents an Http Response
HttpResponse
● body: string
Defined in widget-contract-myts.ts:19
The body of the response
● headers: object
Defined in widget-contract-myts.ts:11
The headers of the response
[key: string
]: string
| undefined
● status: number
Defined in widget-contract-myts.ts:15
The http status of the response