rcrowley / go-tigertonic

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

Support Access-Control-Expose-Headers in CORS #70

Closed randallsquared closed 10 years ago

randallsquared commented 10 years ago

In this PR:

mihasya commented 10 years ago

This patch looks good, but we may want to revisit the CORS docs for what the correct thing to do with Access-Control-Request-Method is..

:+1: