The base URL for all GET and POST requests
The base URL for all GET and POST requests
Create a new HTTP client that does BASIC AUTH with username/pwd
Create a new HTTP client that does BASIC AUTH with username/pwd
Create a new HTTP client that does not do any form of AUTH
Create a new HTTP client that does not do any form of AUTH
Perform an HTTP DELETE with a newly minted httpClient
Perform an HTTP DELETE with a newly minted httpClient
the URL to make the request on
the parameters to pass
Perform an HTTP DELETE
Perform an HTTP DELETE
- the URL to append to the baseUrl
- any additional headers to include with the request
- the request parameters to include with the request
Perform an HTTP GET with a newly minted httpClient
Perform an HTTP GET with a newly minted httpClient
the URL to make the request on
the parameters to pass
Perform an HTTP GET
Perform an HTTP GET
- the URL to append to the baseUrl
- any additional headers to include with the request
- the request parameters to include with the request
Perform an HTTP POST with a newly minted httpClient
Perform an HTTP POST with a newly minted httpClient
the URL to make the request on
the bytes to POST to the server
the content type of the message
Perform an HTTP POST with a newly minted httpClient
Perform an HTTP POST with a newly minted httpClient
the URL to make the request on
the XML to POST to the server
Perform an HTTP POST with a newly minted httpClient
Perform an HTTP POST with a newly minted httpClient
the URL to make the request on
the parameters to pass
Perform an HTTP POST with a pile of bytes in the body
Perform an HTTP POST with a pile of bytes in the body
- the URL to append to the baseUrl
- any additional headers to include with the request
- the pile of bytes to POST to the target server
- the content type of the pile of bytes
Perform an HTTP POST with an XML body
Perform an HTTP POST with an XML body
- the URL to append to the baseUrl
- any additional headers to include with the request
- the xml to post
Perform an HTTP POST
Perform an HTTP POST
- the URL to append to the baseUrl
- any additional headers to include with the request
- the request parameters to include with the request
Perform an HTTP POST with a newly minted httpClient
Perform an HTTP POST with a newly minted httpClient
the URL to make the request on
the bytes to POST to the server
the content type of the message
Perform an HTTP PUT with a newly minted httpClient
Perform an HTTP PUT with a newly minted httpClient
the URL to make the request on
the XML to PUT to the server
Perform an HTTP PUT with a pile of bytes in the body
Perform an HTTP PUT with a pile of bytes in the body
- the URL to append to the baseUrl
- any additional headers to include with the request
- the pile of bytes to POST to the target server
- the content type of the pile of bytes
Perform an HTTP PUT with an XML body
Perform an HTTP PUT with an XML body
- the URL to append to the baseUrl
- any additional headers to include with the request
- the xml to post
Perform an HTTP PUT
Perform an HTTP PUT
- the URL to append to the baseUrl
- any additional headers to include with the request
Create the HTTP client for a new get/post request
Create the HTTP client for a new get/post request
Mix this trait into your test so you can make HTTP requests on a target