HttpRequestContextBuilder.withServer

Configures the HTTP server that'll be used for this context.

class HttpRequestContextBuilder
withServer

Parameters

server HttpServer

The server to use.

Return Value

The context builder, for method chaining.