- 22 Jun, 2015 1 commit
-
-
Matt Holt authored
browse: Ability to sort
-
- 21 Jun, 2015 1 commit
-
-
pyed authored
-
- 20 Jun, 2015 2 commits
-
-
Matt Holt authored
setup: export functions and variables for external packages.
-
Abiola Ibrahim authored
-
- 19 Jun, 2015 7 commits
-
-
Matt Holt authored
Tests for config/setup/internal.go
-
Karthic Rao authored
-
Karthic Rao authored
-
Matt Holt authored
Tests for config/setup/log.go
-
Karthic Rao authored
-
Karthic Rao authored
-
Karthic Rao authored
-
- 17 Jun, 2015 8 commits
-
-
Matt Holt authored
fastcgi: fix #127
-
Slawomir Jasinski authored
-
Matt Holt authored
ext: test for function extParse
-
Karthic Rao authored
-
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 6 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>
-
Slawomir Jasinski authored
-
Matt Holt authored
Gzip: Accept MIME types.
-
- 11 Jun, 2015 1 commit
-
-
slav123 authored
-
- 10 Jun, 2015 6 commits
-
-
Slawomir Jasinski authored
fixes issue with Status header coming from php-fpm 5.5 different then regular "HTTP/1.1 200 OK". If server returns Status code - "200" will be handled properly instead "throwing runtime error: index out of range"
-
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.
-