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

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

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