Sha256: 3866829cce4ab12571ff1c2d1903c1312a29feba1c5e89806f0b248827448efb
Contents?: true
Size: 700 Bytes
Versions: 35
Compression:
Stored size: 700 Bytes
Contents
# Fastly::HttpResponseFormat ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **Integer** | The HTTP status code. | [optional][default to 200] | | **reason** | **String** | The HTTP status string. Defaults to a string appropriate for `code`. | [optional] | | **headers** | **Hash<String, String>** | A map of arbitrary HTTP response headers to include in the response. | [optional] | | **body** | **String** | The response body as a string. | [optional] | | **body_bin** | **String** | The response body as a base64-encoded binary blob. | [optional] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Version data entries
35 entries across 35 versions & 1 rubygems