Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsquire/bypass
Go Middleware
https://github.com/gsquire/bypass
Last synced: 30 days ago
JSON representation
Go Middleware
- Host: GitHub
- URL: https://github.com/gsquire/bypass
- Owner: gsquire
- License: mit
- Created: 2016-08-12T18:09:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T18:57:30.000Z (over 8 years ago)
- Last Synced: 2024-06-20T17:29:34.174Z (5 months 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
[![Build Status](https://travis-ci.org/gsquire/bypass.svg?branch=master)](https://travis-ci.org/gsquire/bypass)
[![GoDoc](https://godoc.org/github.com/gsquire/bypass?status.svg)](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