https://github.com/josestg/httpmid
A very simple and straightforward HTTP middleware for net/http in Go. This package only provides a Middleware type and some functions for stacking the middleware.
https://github.com/josestg/httpmid
go http middleware
Last synced: about 1 month ago
JSON representation
A very simple and straightforward HTTP middleware for net/http in Go. This package only provides a Middleware type and some functions for stacking the middleware.
- Host: GitHub
- URL: https://github.com/josestg/httpmid
- Owner: josestg
- License: mit
- Created: 2024-04-12T10:38:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T10:52:27.000Z (about 1 year ago)
- Last Synced: 2025-01-31T06:47:17.801Z (3 months ago)
- Topics: go, http, middleware
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httpmid
A very simple and straightforward HTTP middleware for `net/http` in Go.
This package only provides a Middleware type and some functions for stacking the middleware.## Install
```bash
go get github.com/josestg/httpmid
```