Skip to content

class HTTP::Server::RequestProcessor
inherits Reference

Constants

Log = ::Log.for("http.server")

Class methods

Methods

#close

View source

#max_headers_size : Int32

Maximum permitted combined size of the headers in an HTTP request.

View source

#max_headers_size=(max_headers_size)

Maximum permitted combined size of the headers in an HTTP request.

View source

#max_request_line_size : Int32

Maximum permitted size of the request line in an HTTP request.

View source

#max_request_line_size=(max_request_line_size)

Maximum permitted size of the request line in an HTTP request.

View source

#process(input, output)

View source