SynopsisReturn the URL path portion of the request URL. Prototype#include "webs.h" char_t *websGetRequestPath(webs_t wp); Parameters
DescriptionThe websGetRequestPath procedure returns the URL path. The URL path is the portion of the URL after the hostname and port have been stripped off. Return ValuePointer to a statically allocated string. Do not call bfree. Examplepath = websGetRequestPath(wp); Stability ClassificationStable. See Also |