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

Version Path
fastly-6.0.0 docs/HttpResponseFormat.md
fastly-5.3.1 docs/HttpResponseFormat.md
fastly-5.3.0 docs/HttpResponseFormat.md
fastly-5.2.2 docs/HttpResponseFormat.md
fastly-5.2.1 docs/HttpResponseFormat.md
fastly-5.2.0 docs/HttpResponseFormat.md
fastly-5.1.1 docs/HttpResponseFormat.md
fastly-5.1.0 docs/HttpResponseFormat.md
fastly-5.0.0 docs/HttpResponseFormat.md
fastly-4.4.0 docs/HttpResponseFormat.md
fastly-4.3.0 docs/HttpResponseFormat.md
fastly-4.2.0 docs/HttpResponseFormat.md
fastly-4.1.0 docs/HttpResponseFormat.md
fastly-4.0.1.pre.alpha.0 docs/HttpResponseFormat.md
fastly-4.0.0 docs/HttpResponseFormat.md