Allows you to specify your own modification function for the servlet request prior to initialization.
Modifies the request to POST the given request body XML.
Modifies the request to POST the given request body JSON.
Modifies the request to POST the given request body text.
Modifies the request to POST the given request body text. Optionally, you can set the content type (defaults to "text/plain")
Modifies the request to PUT the given request body XML.
Modifies the request to PUT the given request body JSON.
Modifies the request to PUT the given request body text.
Modifies the request to PUT the given request body text. Optionally, you can set the content type (defaults to "text/plain")
A comon trait to provide utility methods for mutating the underlying HttpServletRequest.