class haxe.web.Request

Available on js, neko, php

Class Fields

static function getHostName():String

Returns the local server host name

static function getParams():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)