---
title: beresp.http.{NAME}
summary: null
url: >-
  https://www.fastly.com/documentation/reference/vcl/variables/backend-response/beresp-http
---

**Type:** STRING  
**Access:** can be read, set and unset

**Available in:** fetch

Response headers received from the backend. 

The same header name may appear multiple times in an HTTP message, with different values for each instance.
`beresp.http` will only give the value of the first instance of a header.
You can use `std.collect` to combine these multiple instances into one.
