amzn / smoke-framework

A light-weight server-side service framework written in the Swift programming language.
Apache License 2.0
1.45k stars 41 forks source link

Expose the request's eventLoop in SmokeServerInvocationReporting #66

Closed tachyonics closed 3 years ago

tachyonics commented 3 years ago

Issue #, if available: Expose the request's eventLoop in the SmokeServerInvocationReporting instance. Add a new function requirement to the HTTP1RequestHandler protocol but with a default implementation to avoid a breaking change.

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.