rcrowley / go-tigertonic

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

Move the RequestIDCreator call before the ServeHTTP call #88

Closed willfaught closed 9 years ago

willfaught commented 9 years ago

This is necessary to be able to store the request ID in the RequestIDCreator before the HTTP handler is called so it's available to the HTTP handler later.