class HTTP::Server::RequestProcessor
      
inherits Reference
¶
  Constants¶
    
      Log = ::Log.for("http.server")
    
¶
  ::Log.for("http.server")
    Class methods¶
Methods¶
    
      #max_headers_size : Int32
    
¶
  : Int32
    Maximum permitted combined size of the headers in an HTTP request.
    
      #max_headers_size=(max_headers_size)
    
¶
  (max_headers_size)
    Maximum permitted combined size of the headers in an HTTP request.
    
      #max_request_line_size : Int32
    
¶
  : Int32
    Maximum permitted size of the request line in an HTTP request.
    
      #max_request_line_size=(max_request_line_size)
    
¶
  (max_request_line_size)
    Maximum permitted size of the request line in an HTTP request.