mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 19:13:53 +00:00
When parsing custom HTTP headers in the integrations dev panel, http headers from fixtures system and the send_webhook_fixture_message we now use a singular source of logic: standardize_headers which will take care of converting a dictionary of input headers into a standard form that Django expects.