silk.Response
Response(id, request, status_code, raw_body, body, encoded_headers)
Fields
| Field | Type | Description |
|---|---|---|
| body | Text | body |
| content_type | ||
| encoded_headers | Text | encoded headers |
| headers | ||
| id | String (up to 36) | id |
| raw_body | Text | raw body |
| raw_body_decoded | ||
| request | Request | the related silk.Request object |
| status_code | Integer | status code |