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

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

**Available in:** deliver, log

Response headers to send to the client.

The same header name may appear multiple times in an HTTP message, with different values for each instance.
`resp.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.
