Guest User

Untitled

a guest
Oct 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. val route =
  2. path("echo") {
  3. post {
  4. extractRequest(req => {
  5. ...
  6. complete( asString(req.entity) )
  7. })
  8. }
  9. }
Add Comment
Please, Sign In to add comment