distribution/context
Stephen J Day c06c6ba3bf Return instrumented response writer from context
This is ensures that users of the ResponseWriter from the context correctly
track usage. Otherwise, context reporting is incorrect.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-05-06 11:04:50 -07:00
..
context.go Disassociate instance id from application 2015-04-09 18:45:39 -07:00
doc.go
http.go Return instrumented response writer from context 2015-05-06 11:04:50 -07:00
http_test.go Return instrumented response writer from context 2015-05-06 11:04:50 -07:00
logger.go Correctly reference context object 2015-04-03 14:09:33 -07:00
trace.go Contextual tracing support for logs 2015-04-10 16:42:30 -07:00
trace_test.go Contextual tracing support for logs 2015-04-10 16:42:30 -07:00
util.go