mirror of
https://github.com/adnanh/webhook.git
synced 2026-07-26 08:39:17 +08:00
526c9a20ac
The existing code had a bug in printing request params. Simplify the request logger by using httputil.DumpRequest. Also print the request before handing it downstream. Fixes #425