websGetRequestPath | GoAhead WebServer API | GoAhead EMF |
Return the URL path portion of the request URL
#include "webs.h" char_t *websGetRequestPath(webs_t wp);
wp | Web server connection handle |
The websGetRequestPath procedure returns the URL path. The URL path is the portion of the URL after the hostname and port have been stripped off.
Pointer to a statically allocated string. Do not call bfree.
path = websGetRequestPath(wp);