Uses of Class
org.springframework.restdocs.operation.ResponseCookie
Package
Description
Operation API that describes a request that was sent and the response that was received
when calling a RESTful API.
-
Uses of ResponseCookie in org.springframework.restdocs.operation
Modifier and TypeMethodDescriptionOperationResponse.getCookies()
Returns thecookies
returned with the response.Modifier and TypeMethodDescriptionOperationResponseFactory.create
(org.springframework.http.HttpStatusCode status, org.springframework.http.HttpHeaders headers, byte[] content, Collection<ResponseCookie> cookies) Creates a newOperationResponse
.