class Github::Response::Header

def status

def status
  loaded? ? env[:status] : nil
end