- path(String) - Method in class org.doctester.testbrowser.Url
-
Set the full path of this Url.
- payload - Variable in class org.doctester.testbrowser.Request
-
- payload(Object) - Method in class org.doctester.testbrowser.Request
-
Set the payload for this request.
- payload - Variable in class org.doctester.testbrowser.Response
-
- payloadAs(Class<T>) - Method in class org.doctester.testbrowser.Response
-
Parses response into Plain old Java objects.
- payloadAsPrettyString() - Method in class org.doctester.testbrowser.Request
-
- payloadAsPrettyString() - Method in class org.doctester.testbrowser.Response
-
- payloadAsString() - Method in class org.doctester.testbrowser.Response
-
- payloadJsonAs(Class<T>) - Method in class org.doctester.testbrowser.Response
-
The payload of this request de-serialized into the specified class type.
- payloadJsonAs(TypeReference<T>) - Method in class org.doctester.testbrowser.Response
-
The payload of this request de-serialized into the specified
TypeReference.
- PayloadUtils - Class in org.doctester.testbrowser
-
Provides some utility methods for HTTP request/response
payload type detection and pretty-printing.
- PayloadUtils() - Constructor for class org.doctester.testbrowser.PayloadUtils
-
- payloadXmlAs(Class<T>) - Method in class org.doctester.testbrowser.Response
-
The payload of this request de-serialized into the specified class type.
- payloadXmlAs(TypeReference<T>) - Method in class org.doctester.testbrowser.Response
-
The payload of this request de-serialized into the specified
TypeReference.
- POST - Static variable in interface org.doctester.testbrowser.HttpConstants
-
- POST() - Static method in class org.doctester.testbrowser.Request
-
Get a request to perform a Http POST request via the TestBrowser.
- prettyPrintRequestPayload(Object, Map<String, String>) - Static method in class org.doctester.testbrowser.PayloadUtils
-
Attempts to pretty print the payload of an
HTTP request based on the headers.
- prettyPrintResponsePayload(String, Map<String, String>) - Static method in class org.doctester.testbrowser.PayloadUtils
-
Attempts to pretty print the payload of an
HTTP response based on the headers.
- PUT - Static variable in interface org.doctester.testbrowser.HttpConstants
-
- PUT() - Static method in class org.doctester.testbrowser.Request
-
Get a request to perform a Http PUT request via the TestBrowser.