- 17 Jun, 2015 4 commits
-
-
Karthic Rao authored
-
-
Karthic Rao authored
-
Karthic Rao authored
-
- 15 Jun, 2015 2 commits
-
-
Matthew Holt authored
-
Matt Holt authored
log: ensure the correct status is always logged
-
- 14 Jun, 2015 1 commit
-
-
Simon Jefford authored
in the case of error (>=400) then no response may have been sent
-
- 13 Jun, 2015 5 commits
-
-
Matt Holt authored
Preliminary test case for setup/config/ext.go
-
karthic rao authored
Update with missing assertion for the Next middleware being properly set , this makes sure that Ext middleware carries the requests to the further middlewares .
-
karthic rao authored
Added assertions to check for the extensions in the order specified
-
karthic rao authored
-
Karthic Rao authored
-
- 12 Jun, 2015 5 commits
-
-
Matthew Holt authored
-
Matt Holt authored
middleware: let middleware.responseRecorder be a http.Hijacker
-
Matthew Holt authored
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
Matt Holt authored
Gzip: Accept MIME types.
-
- 10 Jun, 2015 6 commits
-
-
Abiola Ibrahim authored
-
Matt Holt authored
internal: rename middleware's package name from `internal` to `inner`
-
Matt Holt authored
redirect: add ability to do meta redirects
-
Tw authored
The internal package has the special meaning in go (see https://golang.org/s/go14internal). So rename it to `inner`. Signed-off-by: Tw <tw19881113@gmail.com>
-
AJ ONeal authored
Proper Location redirects are disadvantageous in some situations. For example, you may want a developer to know that a resource is available via https, but you don't want an insecure call to the API to succeed.
-
Matthew Holt authored
-
- 09 Jun, 2015 4 commits
-
-
Matt Holt authored
Update error strings (start with lowercase letters)
-
Matt Holt authored
errors: Add unit test for errors middleware
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
Zac Bergquist authored
-
- 08 Jun, 2015 4 commits
-
-
Zac Bergquist authored
-
Matt Holt authored
Add link to Docker container jumanjiman/caddy
-
Matthew Holt authored
-
Zac Bergquist authored
-
- 07 Jun, 2015 5 commits
-
-
Matt Holt authored
Git: fix for data races.
-
Abiola Ibrahim authored
-
Matt Holt authored
Gzip: Added compression level, extension and path filters.
-
Abiola Ibrahim authored
-
Abiola Ibrahim authored
-
- 04 Jun, 2015 4 commits
-
-
Matt Holt authored
FastCGI: allow "unix:" prefix for unix sockets.
-
Abiola Ibrahim authored
-
Matt Holt authored
proxy: Add "without" option
-
Viacheslav Biriukov authored
-