An open API service indexing awesome lists of open source software.

https://github.com/neorandom/c-http-server

HTTP Server made in C with support to GET requests
https://github.com/neorandom/c-http-server

Last synced: 10 months ago
JSON representation

HTTP Server made in C with support to GET requests

Awesome Lists containing this project

README

          

# HTTP Server in C
Goal: Create a HTTP Server using C with support to GET and POST requests
What I currently have: A HTTP Server made in C with support to GET request with root as path

# Based on:
- https://devdocs.io/c
- https://learn.microsoft.com/pt-br/windows/win32/api/winsock2/
- https://www.youtube.com/watch?v=qlymbA0tDMQ