class Github::Response::Header

def [](property)

def [](property)
  loaded? ? env[:response_headers][property] : nil
end