mirror of
https://github.com/adnanh/webhook.git
synced 2026-07-27 01:29:16 +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