c-webclient
There are 3 repositories under c-webclient topic.
araujo88/websocket-client
A simple web client which sends HTTP/1.1 GET requests given a hostname/IPv4 address and port. Implemented using websocket.h library from C/Unix.
araujo88/websocket-server
A simple application which uses C library socket.h to demonstrate how to retrieve a HTTP GET request with response 200 and some HTML data.
compilepeace/NETWORK_PROGRAMS
Vulnerable Webserver program for Exploitation. Exploits can be found in WEBSERVER_EXPLOIT repository.