module Typhoeus::Responses::Status

def first_header_line

:nodoc:
def first_header_line
  @first_header_line ||= response_header.to_s.split("\n").first
end