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
- Host: GitHub
- URL: https://github.com/neorandom/c-http-server
- Owner: neoRandom
- License: mit
- Created: 2024-08-17T00:18:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T00:52:44.000Z (over 1 year ago)
- Last Synced: 2024-10-29T00:25:54.482Z (over 1 year ago)
- Language: C
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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