Class RequestCookie
java.lang.Object
org.springframework.restdocs.operation.RequestCookie
A representation of a Cookie received in a request.
- Since:
- 1.2.0
- Author:
- Andy Wilkinson
-
Constructor Summary
ConstructorsConstructorDescriptionRequestCookie
(String name, String value) Creates a newRequestCookie
with the givenname
andvalue
. -
Method Summary
-
Constructor Details
-
RequestCookie
-
-
Method Details
-
getName
-
getValue
-