class Aws::Rest::Response::Parser

def extract_headers(response)

def extract_headers(response)
  headers = Headers.new(response.context.operation.output)
  headers.apply(response.context.http_response, response.data)
end