mnswdhw/HTTP-Client-Server-Implementation
Implemented HTTP client and server GET-POST functionality using TCP stream sockets belonging to AF_INET family from scratch.Also implemented a http server side parser to parse the incoming http get/post request and return a parsed req.
Python