https://github.com/the-pesar/htte
http server from scratch
https://github.com/the-pesar/htte
go http http-server
Last synced: 9 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T20:53:59.000Z (over 1 year ago)
- Last Synced: 2025-05-09T01:45:07.311Z (9 months ago)
- Topics: go, http, http-server
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 64
- Watchers: 1
- Forks: 1
- 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