Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkabdelrahman/moon
deep dive into router internals and best practices for http request handling
https://github.com/mkabdelrahman/moon
Last synced: about 2 months ago
JSON representation
deep dive into router internals and best practices for http request handling
- Host: GitHub
- URL: https://github.com/mkabdelrahman/moon
- Owner: MKAbdElrahman
- Created: 2024-01-01T11:21:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T13:47:12.000Z (about 1 year ago)
- Last Synced: 2024-04-16T08:59:25.913Z (9 months ago)
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: Moon
This project is a deep dive into router internals and best practices for HTTP request handling.
## Completed Tasks
- [x] **Routing with Path Parameters**
- [x] **Routing with Query Parameters**
- [x] **Centralized Error Handling**## Todo List
- [ ] **Add Support for Static File Serving**