Post
olon.http.rest.RestHelper.Post
An extractor that tests the request to see if it's a POST and if it is, the path and the request are extracted. It can be used as:
case "api" :: id :: _ Post req => ...
or
case Post("api" :: id :: _, req) => ...
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Post.type
Members list
In this article