You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move all HTTP code from Server to HTTPTransport, add Transport interf…
…ace (#8)
* Move all HTTP code from Server to HTTPTransport, add Transport interface
* linter fixes
* README fix
* README fixes
* fix AddLoggerToContextFn
* comments
* Move addLoggerToContextFn to a middleware
* http: log before starting the server
* add Transport.LogKeys()
* comments, README