rcrowley / go-tigertonic

A Go framework for building JSON web services inspired by Dropwizard
Other
997 stars 79 forks source link

Implement cache control #64

Closed bigkevmcd closed 10 years ago

bigkevmcd commented 10 years ago

This basically implements this set of tests from Dropwizard.

https://github.com/dropwizard/dropwizard/blob/master/dropwizard-jersey/src/test/java/io/dropwizard/jersey/caching/CacheControlledResourceMethodDispatchAdapterTest.java

rcrowley commented 10 years ago

Thanks, @bigkevmcd!