browser-assets: serve asset files with compression.

This commit is contained in:
Krishna Srinivas
2016-03-04 07:45:56 +05:30
parent 8bf882e5c0
commit 44b2037667
11 changed files with 1226 additions and 1 deletions

9
vendor/github.com/gorilla/handlers/doc.go generated vendored Normal file
View File

@@ -0,0 +1,9 @@
/*
Package handlers is a collection of handlers (aka "HTTP middleware") for use
with Go's net/http package (or any framework supporting http.Handler).
The package includes handlers for logging in standardised formats, compressing
HTTP responses, validating content types and other useful tools for manipulating
requests and responses.
*/
package handlers