Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
const kChar * kHttpServerRequest_Uri ( kHttpServerRequest  request)

Returns a string representing the HTTP request URI (/resources/page.html).

The URI can be in absolute URI form (http://www.example.com/index.html) or absolute path form (/index.html). Use the kHttpServerRequest_UriPath function to access the URI in absolute path form.

Parameters
requestRequest object.
Returns
URI string.