Static variables

@:value("HTTP/1.0")staticprotocolVersion:String = "HTTP/1.0"

The version of the HTTP protocol we support. Set this to "HTTP/1.1" to enable automatic keepalive.

Constructor

new(request:Socket, clientAddress:{port:Int, host:Host}, server:BaseServer)

Constructor.

Inherited Variables

Defined by StreamRequestHandler

@:value(false)disableNagleAlgorithm:Bool = false

Disable nagle algorithm for this socket, if true. Use only when wbufsize != 0, to avoid small packets.

@:value(null)timeout:Null<Float> = null

A timeout to apply to the request socket, if not null.

Inherited Methods