Allows you to specify your own modification function for the servlet request prior to initialization.
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 XML.
Modifies the request to POST the given request body JSON.
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 XML.
Modifies the request to PUT the given request body JSON.
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")
This class provides a wrapper to test methods that require an initialized Req.