Haxe API Documentation
Back | Index
class haxe.web.Request
Available in neko, js, php
static function getHostName() : String
Returns the local server host name
static function getParams() : haxe.ds.StringMap<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