https://github.com/joeriddles/chi-api-middleware
Middleware for Chi that retrieves the API before the request is handled
https://github.com/joeriddles/chi-api-middleware
Last synced: over 1 year ago
JSON representation
Middleware for Chi that retrieves the API before the request is handled
- Host: GitHub
- URL: https://github.com/joeriddles/chi-api-middleware
- Owner: joeriddles
- Created: 2023-11-02T17:04:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T23:21:48.000Z (over 2 years ago)
- Last Synced: 2025-03-26T02:45:44.563Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chi-api-middleware
Middleware for Chi that retrieves the API before the request is handled.
**Note:** this currently uses a [forked version of Chi](https://github.com/joeriddles/chi). A pull request has been made to merge the fork with upstream: https://github.com/go-chi/chi/pull/872.
---
To run: `make`
To test: `make test`