pekko/akka-docs-dev/rst/scala/http/routing-dsl/directives/method-directives/extractMethod.rst

24 lines
398 B
ReStructuredText
Raw Normal View History

.. _-extractMethod-:
extractMethod
=============
...
Signature
---------
.. includecode2:: /../../akka-http/src/main/scala/akka/http/scaladsl/server/directives/MethodDirectives.scala
:snippet: extractMethod
Description
-----------
...
Example
-------
... includecode2:: ../../../../code/docs/http/scaladsl/server/directives/MethodDirectivesExamplesSpec.scala
:snippet: 0extractMethod