Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 378 Bytes

HttpResponse.md

File metadata and controls

16 lines (8 loc) · 378 Bytes

HttpResponse

Response details, optional.

Properties

Name Type Description Notes
status Integer [optional]
headers List<String> List of headers, limited to 10kB. [optional]
body String Raw response body, limited to 10kB. [optional]