pulumi/pkg/backend/httpstate/client
Luke Hoban 25011d9b7f
Compress `/import` API calls to the Pulumi REST API (#10558)
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.
2022-09-01 20:14:13 -07:00
..
api.go Be more consistent about using ` for quoting commands (#10434) 2022-08-18 15:31:22 +01:00
api_endpoints.go Improve tracing support. (#3238) 2019-09-16 14:16:43 -07:00
client.go Compress `/import` API calls to the Pulumi REST API (#10558) 2022-09-01 20:14:13 -07:00
client_test.go Compress `/import` API calls to the Pulumi REST API (#10558) 2022-09-01 20:14:13 -07:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00