interface ServerSessionOptions
extends SessionOptions
Type Parameters Jump to heading
Jump to headingHttp1Request extends IncomingMessage = IncomingMessage
Jump to headingHttp1Response extends ServerResponse = ServerResponse
Jump to headingHttp2Request extends Http2ServerRequest = Http2ServerRequest
Jump to headingHttp2Response extends Http2ServerResponse = Http2ServerResponse
Properties Jump to heading
optional
Jump to headingHttp1IncomingMessage: Http1Request | undefined
optional
Jump to headingHttp1ServerResponse: Http1Response | undefined
optional
Jump to headingHttp2ServerRequest: Http2Request | undefined
optional
Jump to headingHttp2ServerResponse: Http2Response | undefined