Uses of Class
io.helidon.common.http.HttpPrologue
-
Uses of HttpPrologue in io.helidon.common.http
Methods in io.helidon.common.http that return HttpPrologueModifier and TypeMethodDescriptionstatic HttpPrologueHttpPrologue.create(String protocol, String protocolVersion, Http.Method httpMethod, UriPath uriPath, UriQuery uriQuery, UriFragment uriFragment) Create a new prologue with decoded values.static HttpPrologueHttpPrologue.create(String protocol, String protocolVersion, Http.Method httpMethod, String unresolvedPath, boolean validatePath) Create a new prologue.