Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1003 Bytes

_widget_contract_myts_.httpresponse.md

File metadata and controls

60 lines (32 loc) · 1003 Bytes

@talentsoft-opensource/integration-widget-contract > "widget-contract-myts" > HttpResponse

Interface: HttpResponse

This interface represents an Http Response

Hierarchy

HttpResponse

Index

Properties


Properties

body

● body: string

Defined in widget-contract-myts.ts:19

The body of the response


headers

● headers: object

Defined in widget-contract-myts.ts:11

The headers of the response

Type declaration

[key: string]: string | undefined


status

● status: number

Defined in widget-contract-myts.ts:15

The http status of the response