zulip/zerver/webhooks/hellosign
Chris Heald a91358e186 webhooks: Fix hellosign webhook.
Hellosign now posts their callback as form/multipart, which Django only
permits to be read once. Attempts to access request.body after the
initial read throw "django.http.request.RawPostDataException: You
cannot access body after reading from request's data stream".

Fixes #13847.
2020-02-12 22:36:11 -08:00
..
fixtures webhooks/hellosign: Rewrite the integration from scratch. 2018-10-04 12:16:06 -07:00
__init__.py
doc.md webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
tests.py webhooks: Fix hellosign webhook. 2020-02-12 22:36:11 -08:00
view.py webhooks: Fix hellosign webhook. 2020-02-12 22:36:11 -08:00