Zen API
|
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.
request | Request object. |