class

HTTP::Server::RequestProcessor

Inherits Reference / Object

Constants

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

Constructors

Instance methods

close
Source
max_headers_size

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

Source
max_headers_size=(max_headers_size : Int32)

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

Source
max_request_line_size

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

Source
max_request_line_size=(max_request_line_size : Int32)

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

Source
process(input : IO, output : IO) : Nil
Source