---
title: obj.http.{NAME}
summary: null
url: >-
  https://www.fastly.com/documentation/reference/vcl/variables/cache-object/obj-http
---

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

**Available in:** hit, error

Response headers stored with the object.

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