Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/the-pesar/htte

http server from scratch
https://github.com/the-pesar/htte

go http http-server

Last synced: 17 days ago
JSON representation

http server from scratch

Awesome Lists containing this project

README

        

# htte
The goal of htte is to build a web server from scratch.

## feature
- [x] Support common http methods (GET, POST, PUT, PATCH, DELETE)
- [ ] global middleware
- [ ] Support middleware for routes
- [ ] Validation