Uses of Class
org.springframework.restdocs.operation.RequestCookie
Packages that use RequestCookie
Package
Description
Operation API that describes a request that was sent and the response that was received
when calling a RESTful API.
-
Uses of RequestCookie in org.springframework.restdocs.operation
Methods in org.springframework.restdocs.operation that return types with arguments of type RequestCookieModifier and TypeMethodDescriptionOperationRequest.getCookies()
Returns thecookies
sent with the request.