scrapy_cloud_ex v0.1.1 ScrapyCloudEx.HttpAdapter.Response View Source
Struct containing the response from an API call.
Link to this section Summary
Link to this section Types
Contains the information returned by an API call:
:status
- the HTTP status returned.:headers
- the HTTP headers returned.:body
- the (uncompressed) body returned: if the body was compressed with gzip, it will have been decompressed before being added to the struct.