https://github.com/tvanriel/middleware
A well-tested implementation of a Middleware pipeline, in order to make your own handlers and easily compose functions.
https://github.com/tvanriel/middleware
Last synced: 10 days ago
JSON representation
A well-tested implementation of a Middleware pipeline, in order to make your own handlers and easily compose functions.
- Host: GitHub
- URL: https://github.com/tvanriel/middleware
- Owner: tvanriel
- License: eupl-1.2
- Created: 2026-03-11T21:49:43.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-03-11T21:52:04.000Z (4 months ago)
- Last Synced: 2026-06-18T17:12:13.841Z (22 days ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Go Middleware
A well-tested implementation of a Middleware pipeline, in order to make your own handlers and easily compose functions.