Class Typhoeus::Response::Header
In: lib/typhoeus/response/header.rb
Parent: Hash

This class represents the response header. It can be accessed like a hash.

@api private

Methods

new   parse  

Public Class methods

Create a new header.

@example Create new header.

  Header.new(raw)

@param [ String ] raw The raw header.

Public Instance methods

Parses the raw header.

@example Parse header.

  header.parse

[Validate]