You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone the libhttpserver repository, change to the directory and type make to build the library.
To run the tests type make test.
You can run the test web server after you have built the library. It is located in src/httpserver. The runnable files will be in the dist/Debug/GNU-Linux-x86 directory. Type ./httpserver and point your browser at port 10024 on the system running the web server, e.g. http://192.168.0.7:10024.