haXe API Documentation
Back |
Indexclass haxe.web.Request
Available in neko, js, php
- static function getHostName() : String
- Returns the local server host name
- static function getParams() : Hash<String>
- Returns the current page GET and POST parameters (only GET parameters for Javascript)
- static function getURI() : String
- Returns the original request URL (before any server internal redirections)
Back |
Index