Constructor

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

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