W3cubDocs

/Crystal

class HTTP::Server::RequestProcessor

Defined in:

http/server/request_processor.cr

Constant Summary

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

Constructors

Instance Method Summary

Constructor Detail

def self.new(&handler : HTTP::Handler::HandlerProc)Source

def self.new(handler : HTTP::Handler | HTTP::Handler::HandlerProc)Source

Instance Method Detail

def closeSource

def max_headers_size : Int32Source

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

def max_headers_size=(max_headers_size)Source

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

def max_request_line_size : Int32Source

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

def max_request_line_size=(max_request_line_size)Source

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

def process(input, output)Source

© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/HTTP/Server/RequestProcessor.html