RequestState

constructor(request: HttpRequest<*>, principal: Principal?, path: String = request.path)

Parameters

request

HTTP request bound to this request state.

principal

Security principal detected for this request, or null.

path

Request path, made available to the VM. Unless specified, derived from request.