pekko/akka-docs/rst/java/http/routing-dsl/directives/cookie-directives/cookie.rst

17 lines
449 B
ReStructuredText

.. _-cookie-java-:
cookie
======
Description
-----------
Extracts a cookie with a given name from a request or otherwise rejects the request with a ``MissingCookieRejection`` if
the cookie is missing.
Use the :ref:`-optionalCookie-java-` directive instead if you want to support missing cookies in your inner route.
Example
-------
.. includecode:: ../../../../code/docs/http/javadsl/server/directives/CookieDirectivesExamplesTest.java#cookie