websGetHost | GoAhead WebServer API | GoAhead EMF |
Returns the hostname for the web server
#include "webs.h" char_t *websGetHost();
none |
The websGetHost procedure returns a string containing the local server host name on which the web server is running.
Pointer to a statically allocated string containing the hostname. Do not call bfree.
host = websGetHost();