public setRaw (mixed $header) Sets a raw header to be sent at the end of the request
public toArray () Returns the current headers as an array
public reset () Reset set headers
public remove (mixed $header) Removes a header to be sent at the end of the request
public static __set_state (array $data) Restore a \Phalcon\Http\Response\Headers object
public send () Sends the headers to the client
public set (mixed $name, mixed $value) Sets a header to be sent at the end of the request
public get (mixed $name) Gets a header value from the internal bag
implements Phalcon\Http\Respon