Description

Factory for making ServerRequest instances. This adds in UIM specific behavior to populate the basePath and webroot attributes. Furthermore the Uri`s path is corrected to only contain the 'virtual' path for the request.

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
ServerRequestServerRequest marshalBodyAndRequestMethod(Json[string] parsedBody, ServerRequest serverRequest)
IServerRequestIServerRequest createServerRequest(string httpMethod, string uri, Json[string] serverOptions = null)
IServerRequestIServerRequest createServerRequest(string httpMethod, IUri uri, Json[string] serverOptions = null)
ServerRequestServerRequest marshalFiles(Json[string] files, DServerRequest serverRequest)