Prev | Current Page 459 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"


getClientHeader( k : String ) :
String
Gets a client header value from the client request.
getClientHeaders() : List < {header :
String, value : String } >
Gets a list of all the client headers in the client request.
getClientIP() : String Returns the IP address of the client that is making
the request.
getCookies() : Hash < String > Returns a hashtable containing all the cookies sent by
the client. To set a new cookie, don ??™ t change this
hashtable and use the setCookie() method instead.
getCwd() : String Returns the current working directory in the local
filesystem.
getHostName() : String Returns the server name of the local host.
getMultipart( maxSize : Int ) :
Hash < String >
Returns the POST data in a hashtable. The data
passed to the hashatable cannot exceed the maxSize
value or an exception is thrown.
getParams() : Hash < String > Returns a hashtable containing the GET and POST
parameters.
getParamsString() : String Returns the GET parameters in string format the
same way as they appear in the URL of the request.


Pages:
447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471