Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerOptions

Hierarchy

Index

Properties

Optional Http1IncomingMessage

Http1IncomingMessage: IncomingMessage

Optional Http1ServerResponse

Http1ServerResponse: ServerResponse

Optional Http2ServerRequest

Http2ServerRequest: Http2ServerRequest

Optional Http2ServerResponse

Http2ServerResponse: Http2ServerResponse

Optional createConnection

createConnection: function

Type declaration

Optional maxDeflateDynamicTableSize

maxDeflateDynamicTableSize: number

Optional maxHeaderListPairs

maxHeaderListPairs: number

Optional maxOutstandingPings

maxOutstandingPings: number

Optional maxSendHeaderBlockLength

maxSendHeaderBlockLength: number

Optional maxSessionMemory

maxSessionMemory: number

Optional paddingStrategy

paddingStrategy: number

Optional peerMaxConcurrentStreams

peerMaxConcurrentStreams: number

Optional selectPadding

selectPadding: function

Type declaration

    • (frameLen: number, maxFrameLen: number): number
    • Parameters

      • frameLen: number
      • maxFrameLen: number

      Returns number

Optional settings

settings: Settings

Generated using TypeDoc