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. |
||
---|---|---|
.. | ||
client | ||
backend.go | ||
backend_test.go | ||
console.go | ||
console_test.go | ||
crypto.go | ||
crypto_test.go | ||
doc.go | ||
policypack.go | ||
snapshot.go | ||
stack.go | ||
state.go | ||
token_source.go | ||
token_source_test.go |