-
- Downloads
replace PuerkitoBio/ghost with gorilla/handlers
The only thing we need from ghost is the GZIPHandler. The gorilla/handlers package has a CompressHandler, and much fewer dependencies. Also, add a test that attempts a request with an Accept-Encoding: deflate header.
Showing
- Godeps/Godeps.json 2 additions, 14 deletionsGodeps/Godeps.json
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/.gitignore 0 additions, 7 deletions...ps/_workspace/src/github.com/PuerkitoBio/ghost/.gitignore
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/LICENSE 0 additions, 12 deletionsGodeps/_workspace/src/github.com/PuerkitoBio/ghost/LICENSE
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/README.md 0 additions, 83 deletionsGodeps/_workspace/src/github.com/PuerkitoBio/ghost/README.md
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/app.go 0 additions, 12 deletionsGodeps/_workspace/src/github.com/PuerkitoBio/ghost/app.go
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/ghostest/index.html 0 additions, 22 deletions...pace/src/github.com/PuerkitoBio/ghost/ghostest/index.html
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/ghostest/main.go 0 additions, 169 deletions...rkspace/src/github.com/PuerkitoBio/ghost/ghostest/main.go
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/ghostest/public/bootstrap-combined.min.css 0 additions, 873 deletions...rkitoBio/ghost/ghostest/public/bootstrap-combined.min.css
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/ghostest/public/favicon.ico 0 additions, 0 deletions.../github.com/PuerkitoBio/ghost/ghostest/public/favicon.ico
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/ghostest/public/jquery-2.0.0.min.js 0 additions, 6 deletions...com/PuerkitoBio/ghost/ghostest/public/jquery-2.0.0.min.js
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/ghostest/public/logo.png 0 additions, 0 deletions...src/github.com/PuerkitoBio/ghost/ghostest/public/logo.png
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/ghostest/public/styles.css 0 additions, 3 deletions...c/github.com/PuerkitoBio/ghost/ghostest/public/styles.css
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/ghostest/templates/amber/context.amber 0 additions, 8 deletions.../PuerkitoBio/ghost/ghostest/templates/amber/context.amber
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/ghostest/templates/session.tmpl 0 additions, 28 deletions...hub.com/PuerkitoBio/ghost/ghostest/templates/session.tmpl
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/handlers/basicauth.go 0 additions, 123 deletions...ce/src/github.com/PuerkitoBio/ghost/handlers/basicauth.go
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/handlers/basicauth_test.go 0 additions, 62 deletions...c/github.com/PuerkitoBio/ghost/handlers/basicauth_test.go
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/handlers/chain.go 0 additions, 63 deletions...kspace/src/github.com/PuerkitoBio/ghost/handlers/chain.go
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/handlers/chain_test.go 0 additions, 73 deletions...e/src/github.com/PuerkitoBio/ghost/handlers/chain_test.go
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/handlers/context.go 0 additions, 55 deletions...pace/src/github.com/PuerkitoBio/ghost/handlers/context.go
- Godeps/_workspace/src/github.com/PuerkitoBio/ghost/handlers/context_test.go 0 additions, 83 deletions...src/github.com/PuerkitoBio/ghost/handlers/context_test.go
This diff is collapsed.
1.37 KiB
This diff is collapsed.
20 KiB