module Github::Result

def server

def server
  loaded? ? @env[:response_headers][SERVER] : nil
end