Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/the-pesar/htte
- Owner: the-pesar
- Created: 2024-06-25T16:06:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T20:53:59.000Z (4 months ago)
- Last Synced: 2024-10-11T03:19:46.327Z (about 1 month ago)
- Topics: go, http, http-server
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 60
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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