lox / httpcache

An RFC7234 compliant golang http.Handler for caching HTTP responses
MIT License
264 stars 28 forks source link

Add origin and host flags to the CLI #35

Open hnakamur opened 7 years ago

hnakamur commented 7 years ago

First of all, thanks for creating and sharing a nice software!

This pull request adds the origin and the host flags to the httpcache CLI. Could you review this?

Thanks!