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-9.0.0 docs/HttpResponseFormat.md
fastly-8.10.0 docs/HttpResponseFormat.md
fastly-8.9.0 docs/HttpResponseFormat.md
fastly-8.8.0 docs/HttpResponseFormat.md
fastly-8.7.0 docs/HttpResponseFormat.md
fastly-8.6.0 docs/HttpResponseFormat.md
fastly-8.5.0 docs/HttpResponseFormat.md
fastly-8.4.0 docs/HttpResponseFormat.md
fastly-8.2.0 docs/HttpResponseFormat.md
fastly-8.1.0 docs/HttpResponseFormat.md
fastly-8.0.1 docs/HttpResponseFormat.md
fastly-8.0.0 docs/HttpResponseFormat.md
fastly-7.2.2 docs/HttpResponseFormat.md
fastly-7.2.1 docs/HttpResponseFormat.md
fastly-7.2.0 docs/HttpResponseFormat.md
fastly-7.1.1 docs/HttpResponseFormat.md
fastly-7.1.0 docs/HttpResponseFormat.md
fastly-7.0.0 docs/HttpResponseFormat.md
fastly-6.0.2 docs/HttpResponseFormat.md
fastly-6.0.1 docs/HttpResponseFormat.md