This is a simple webserver in a library. Perfect for game servers that want a web interface! It handles all connections for you and
also handles GET and POST from clients, so you can use forms. Check it out!
version numbers fixed up
strncasecmp wasn’t portable (MSVC at least didn’t have it)
NULL char not included in param.data size for url encoded form data, the string data is still NULL terminated
Library Name: SDL_websrv
Compatibility: Linux 100% Windows 75% (all other OSs 25% please test on Mac and Be! somebody! anybody!)
Requires: SDL, SDL_net
Description: webserver in a library using SDL and SDL_net, like UT servers have web configuration now you can easily make one too!
URL: http://jonatkins.org/SDL_websrv/
E-mail: jcatki at home.com–
-==-
Jon Atkins
http://jonatkins.org/