There is a GNU project that offers an HTTP library: Libmicrohttpd
an echo version is working with static linking to libmicrohttpd and gnu make. here
During implementation I needed a hashmap which is not part of C standard library.
If GNU had a library I prefer to use it over another source. but I can’t find a GNU C library for hashmap
Glib has a hashtable. I have a perception that Glib is a core library for Gnome project and implements basic functionality like stdlib for gnome. hence I’ll use it