aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use Golang 1.6 vendor structureFelix Hanley2016-05-1160-26/+15
|
* Merge branch 'pmundt-deflate'Felix Hanley2016-04-053-5/+57
|\
| * Merge branch 'deflate' of https://github.com/pmundt/go-dict2rest into ↵Felix Hanley2016-04-053-5/+57
|/| | | | | | | pmundt-deflate
| * Fix up content-encoding mangling in deflate error pathPaul Mundt2016-04-031-1/+1
| |
| * Add support for deflate compressionPaul Mundt2016-04-033-5/+57
| | | | | | | | | | | | This enables optional support for deflate compression to be used for HTTP requests. Primarily useful in cases where gzip compression is not available on the requesting client side.
* | Merge branch 'pmundt-trivial-fixes'Felix Hanley2016-04-051-0/+2
|\ \ | |/ |/|
| * Fix up gzip error handlingPaul Mundt2016-04-031-0/+2
|/ | | | | | | In the case where the server has enabled gzip support but it is not supported by the requesting client, the error path serves up the uncompressed response but then fails to return immediately, resulting in the compressed response being written out also.
* Update readmeFelix Hanley2016-01-291-10/+22
|
* Refactor handlers to open a new connection for each requestFelix Hanley2016-01-284-96/+154
|
* Add CORS middlewareFelix Hanley2016-01-288-0/+1413
|
* Merge commit 'f45ced5f954449154908adb95f26df2ce2b7671d' as ↵Felix Hanley2016-01-2812-0/+735
|\ | | | | | | 'vendor/src/github.com/rs/xhandler'
| * Squashed 'vendor/src/github.com/rs/xhandler/' content from commit d9d9599Felix Hanley2016-01-2812-0/+735
| | | | | git-subtree-dir: vendor/src/github.com/rs/xhandler git-subtree-split: d9d9599b6aaf6a058cb7b1f48291ded2cbd13390
* Merge commit '273cdea944845d93d04553f14c446f682ae19e18' as ↵Felix Hanley2016-01-2816-0/+1307
|\ | | | | | | 'vendor/src/github.com/rs/cors'
| * Squashed 'vendor/src/github.com/rs/cors/' content from commit ceb1fbfFelix Hanley2016-01-2816-0/+1307
| | | | | git-subtree-dir: vendor/src/github.com/rs/cors git-subtree-split: ceb1fbf238d7711a11a86a2622d0b85305348aeb
* Add dictionary listing and updated readmeFelix Hanley2016-01-283-7/+63
|
* Add readme and licenseFelix Hanley2016-01-282-0/+61
|
* Make gzip optionalFelix Hanley2016-01-281-2/+6
|
* Add gitignoreFelix Hanley2016-01-281-0/+2
|
* Add initial sourceFelix Hanley2016-01-285-0/+257
| | | | Only 'define' is currently working so far.
* Add more depsFelix Hanley2016-01-283-0/+168
|
* Merge commit '18b776d9fc50ca2e720b9de6cea27e805552210a' as ↵Felix Hanley2016-01-286-0/+1019
|\ | | | | | | 'vendor/src/github.com/stretchr/graceful'
| * Squashed 'vendor/src/github.com/stretchr/graceful/' content from commit 119c58eFelix Hanley2016-01-286-0/+1019
| | | | | git-subtree-dir: vendor/src/github.com/stretchr/graceful git-subtree-split: 119c58e176bce26fd40698146d9a106c8f1723a5
* Merge commit '7870d14221f52a46312fd4a2ceffe3e695a22ae0' as ↵Felix Hanley2016-01-285-0/+386
|\ | | | | | | 'vendor/src/github.com/justinas/alice'
| * Squashed 'vendor/src/github.com/justinas/alice/' content from commit 82db91fFelix Hanley2016-01-285-0/+386
| | | | | git-subtree-dir: vendor/src/github.com/justinas/alice git-subtree-split: 82db91fe6d1db4c070fed544cb5d0b5cc08fe276
* Merge commit 'a25e84b9f7fe2ec9ad4b985a859642d07901cb2f' as ↵Felix Hanley2016-01-289-0/+2514
|\ | | | | | | 'vendor/src/github.com/julienschmidt/httprouter'
| * Squashed 'vendor/src/github.com/julienschmidt/httprouter/' content from ↵Felix Hanley2016-01-289-0/+2514
| | | | | | | commit abb0dc9 git-subtree-dir: vendor/src/github.com/julienschmidt/httprouter git-subtree-split: abb0dc9f755ff0a9d818db28d9d8b9810066e2b5
* Add dict sourceFelix Hanley2016-01-281-0/+210