- 12 Jun, 2015 4 commits
-
-
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 7 commits
-
-
Matt Holt authored
FastCGI: allow "unix:" prefix for unix sockets.
-
Abiola Ibrahim authored
-
Matt Holt authored
proxy: Add "without" option
-
Viacheslav Biriukov authored
-
Viacheslav Biriukov authored
-
Matt Holt authored
git: Webhook middleware for GitHub events
-
xenolf authored
The webhook providers reside behind a small interface which determines if a provider should run. If a provider should run it delegates responsibility of the request to the provider. ghdeploy initial commit Added webhook functionality to the git middleware. The webhook providers reside behind a small interface which determines if a provider should run. If a provider should run it delegates responsibility of the request to the provider. Add tests Remove old implementation Fix inconsistency with git interval pulling. Remove '\n' from logging statements and put the initial pull into a startup function
-
- 03 Jun, 2015 1 commit
-
-
Viacheslav Biriukov authored
-
- 02 Jun, 2015 9 commits
-
-
Matthew Holt authored
-
Matt Holt authored
tls: Client authentication
-
Matt Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matt Holt authored
add supported for ws in reverse proxy
-
Austin authored
-