https://github.com/xonoxc/httx_sc
http server in go from scratch
https://github.com/xonoxc/httx_sc
Last synced: about 2 months ago
JSON representation
http server in go from scratch
- Host: GitHub
- URL: https://github.com/xonoxc/httx_sc
- Owner: xonoxc
- Created: 2025-09-05T11:23:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-05T11:29:41.000Z (11 months ago)
- Last Synced: 2025-09-05T13:25:38.314Z (11 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# httx_sc
http server implementation from scratch (HTTP/1.1 specifically)
## Contains
1. Header Parsing
2. Request Parsing
3. Streaming Request Handling
4. Chunked Encoding
5. Tailers handling
6. Binary File Writing