mirror of https://github.com/pulumi/pulumi.git
25011d9b7f
The Pulumi REST API supports GZIP compressed payloads, and we use this for `PATCH /checkpoints` and `POST /events/batch`. We were not using it for `POST /import` or `POST /batch-decrypt`, even though both can in common cases need to upload multi-MB payloads. We now GZIP these two payloads. |
||
---|---|---|
.. | ||
api.go | ||
api_endpoints.go | ||
client.go | ||
client_test.go | ||
doc.go |