aboutsummaryrefslogtreecommitdiff
path: root/vendor/src/github.com
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle vendor directory up a level o_0Felix Hanley2016-05-127-538/+0
|
* Inhibit repeated handling of requests through context-aware middleware ↵Paul Mundt2016-05-127-0/+538
| | | | | | | | | | | | | | | | | | | chains (#3) * Squashed 'vendor/src/github.com/alexedwards/stack/' content from commit a4c0268 git-subtree-dir: vendor/src/github.com/alexedwards/stack git-subtree-split: a4c0268505f12934376d6d8fdca232416861e271 * Use context-aware handler chains to limit repeated handling Presently each middleware must advance through the handler chain to reach the router endpoint. In the case of multiple compressors (gzip, deflate) we need to be able to walk through the chain without additional processing of already handled requests. This implements some simple iteration logic based on request context that we pass down the chain. Signed-off-by: Paul Mundt <paul.mundt@adaptant.io>
* Use Golang 1.6 vendor structureFelix Hanley2016-05-1148-5961/+0
|
* Merge commit 'f45ced5f954449154908adb95f26df2ce2b7671d' as ↵Felix Hanley2016-01-2812-0/+735
| | | | 'vendor/src/github.com/rs/xhandler'
* Merge commit '273cdea944845d93d04553f14c446f682ae19e18' as ↵Felix Hanley2016-01-2816-0/+1307
| | | | 'vendor/src/github.com/rs/cors'
* Merge commit '18b776d9fc50ca2e720b9de6cea27e805552210a' as ↵Felix Hanley2016-01-286-0/+1019
| | | | 'vendor/src/github.com/stretchr/graceful'
* Merge commit '7870d14221f52a46312fd4a2ceffe3e695a22ae0' as ↵Felix Hanley2016-01-285-0/+386
| | | | 'vendor/src/github.com/justinas/alice'
* Merge commit 'a25e84b9f7fe2ec9ad4b985a859642d07901cb2f' as ↵Felix Hanley2016-01-289-0/+2514
'vendor/src/github.com/julienschmidt/httprouter'