setContentType($contentType)
Set the content type of this POST request.
$_body
The body of the this request.
populateRequest(CAS_Request_RequestInterface $request)
Add any other parts of the request needed by concrete classes.
$_contentType
The content-type of this request.
setBody($body)
Set the body of this POST request.
This class is used to make proxied service requests via the HTTP POST method.