12 Commits

Author SHA1 Message Date
Nova Kwok
2d2df5571d
Feature: WebP Proxy (#51)
* feat-webp-proxy

* Fix panic on clear Cache, modified output.

* Optimize etag fetch logic

* Update README for new docs website.

* Bump version to 0.2.0.
2020-08-06 14:55:20 +08:00
Nova Kwok
cfe84bf67c
Try add Etag on response by nova 2020-06-30 18:18:02 +08:00
n0vad3v
99f36b35f7
Render origin image on MSIE 2020-06-30 16:12:35 +08:00
Benny~
6f8d978268
isSafari test case 2020-05-23 12:38:47 +08:00
Benny
c0509bb50f
upgrade logrus and fix safari ua 2020-05-22 17:16:10 +08:00
Nova Kwok
acb020fb7a
Add another UA for original image (#40) 2020-05-12 17:44:02 +08:00
Yini Xu
ceebddbd43
Fix typo in router and README.md (#33)
* Update README.md

fix: correct a typo

* Update router.go

fix: correct a typo
2020-03-19 18:39:00 +08:00
Benny~
880ef32606
log update 2020-03-07 13:34:47 +08:00
Benny~
6b266e8fb7
remove gif support, send not allowed ext file #25
because it's not perfect
2020-03-07 13:09:36 +08:00
n0vad3v
ff0ec84d82
optimize log 2020-03-07 13:09:32 +08:00
n0vad3v
7bdd0812f6
Added custom log level with -v.
Fix bug caused by hard code of exhaust path.
Bump version to 0.1.1.
2020-03-06 21:06:32 +08:00
Benny~
579be00b41
split functions to different files. Build and run, please use package mode, example:
`go run .`
`go build .`
`go run . --prefetch`
2020-03-04 20:14:45 +08:00