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