setRawBody() public method
Sets the raw HTTP request body, this method is mainly used by test scripts to simulate raw HTTP requests.
| public void setRawBody ( $rawBody ) | ||
|---|---|---|
| $rawBody | string | 
 The request body  |  
setRawBody() public method
Sets the raw HTTP request body, this method is mainly used by test scripts to simulate raw HTTP requests.
| public void setRawBody ( $rawBody ) | ||
|---|---|---|
| $rawBody | string | 
 The request body  |  
Please login to continue.