haXe API Documentation
Back | Index
class haxe.web.Request
Available in neko, js, php
static function getHostName() : String
static function getParams() : haxe.ds.StringMap<String>
Returns the current page GET and POST parameters (only GET parameters for Javascript)
static function getURI() : String
Back | Index