Riverside.Util.CowboyUtil (riverside v2.2.1)
Link to this section Summary
Link to this section Functions
    
      
      Link to this function
    
    
  headers(req)
Specs
headers(:cowboy_req.req()) :: map()
    
      
      Link to this function
    
    
  peer(req)
Specs
peer(:cowboy_req.req()) :: {:inet.ip_address(), :inet.port_number(), String.t()}
    
      
      Link to this function
    
    
  queries(req)
Specs
queries(:cowboy_req.req()) :: map()
    
      
      Link to this function
    
    
  response(req, code, headers)
    
      
      Link to this function
    
    
  x_forwarded_for(req)
Specs
x_forwarded_for(:cowboy_req.req()) :: String.t()