0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2025-02-10 23:40:13 -05:00
imageproxy/proxy
Will Norris 0a939cc19d allow more flexibility in specifying options
Options can be specified in any order (size no longer needs to be listed
first), and may be repeated.  Duplicated options overwrite previous
values.  Technically, non-size options could already be repeated... now
size can as well.  There's really not much value to this, it's just an
side-effect of allowing any order.

fixes #5
2013-12-26 13:35:23 -08:00
..
cache.go rely on httpcache for response caching 2013-12-26 08:31:52 -08:00
data.go allow more flexibility in specifying options 2013-12-26 13:35:23 -08:00
data_test.go allow more flexibility in specifying options 2013-12-26 13:35:23 -08:00
proxy.go collapse data and transform packages into proxy 2013-12-26 12:49:50 -08:00
proxy_test.go move option parsing tests to data_test.go 2013-12-26 13:07:17 -08:00
transform.go collapse data and transform packages into proxy 2013-12-26 12:49:50 -08:00