public class RawRequest
extends java.lang.Object
| Constructor and Description |
|---|
RawRequest(java.lang.String content)
Defines a raw request with the given content.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Gets the content of the raw request.
|