Package | Description |
---|---|
org.springframework.restdocs.operation |
Operation API that describes a request that was sent and the response that was received
when calling a RESTful API.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<RequestCookie> |
OperationRequest.getCookies()
Returns the
cookies sent with the request. |
Modifier and Type | Method and Description |
---|---|
OperationRequest |
OperationRequestFactory.create(java.net.URI uri,
org.springframework.http.HttpMethod method,
byte[] content,
org.springframework.http.HttpHeaders headers,
Parameters parameters,
java.util.Collection<OperationRequestPart> parts,
java.util.Collection<RequestCookie> cookies)
Creates a new
OperationRequest . |