https://github.com/gsquire/bypass
Go Middleware
https://github.com/gsquire/bypass
Last synced: about 1 year ago
JSON representation
Go Middleware
- Host: GitHub
- URL: https://github.com/gsquire/bypass
- Owner: gsquire
- License: mit
- Created: 2016-08-12T18:09:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T18:57:30.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T18:45:58.313Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bypass
[](https://travis-ci.org/gsquire/bypass)
[](https://godoc.org/github.com/gsquire/bypass)
This is trivial middleware for Go in which it allows you omit middleware chains for
certain routes that don't require all of the handlers you are using.
### Install
You can always run `go get` or use some package manager for Go like `gb` or `glide` to use it.
Bypass plays nicely with [Alice](https://github.com/justinas/alice) as well.
### License
MIT