Guest User

Untitled

a guest
Jan 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $_SERVER['REMOTE_ADDR'];
  2.  
  3. Action { request =>
  4. val address = request.remoteAddress;
  5. ...
  6. }
  7.  
  8. Action { implicit request => ... }
  9. myMethod(implicit request: Request) { ... }
Add Comment
Please, Sign In to add comment