Add support for custom fields. This introduces breaking changes since the HttpMessage.send signature must be modified to accept custom fields. The custom fields themselves should be added to the message after rules have been applied in HttpLogger.submit_if_passing. See the logger-go implementation.
Add support for custom fields. This introduces breaking changes since the
HttpMessage.sendsignature must be modified to accept custom fields. The custom fields themselves should be added to the message after rules have been applied inHttpLogger.submit_if_passing. See the logger-go implementation.