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
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 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 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
A trait that wraps the Apache Commons HTTP client and supports GET and POST