HttpCompression
Specifies the compression algorithm applied to HTTP request body sent via HttpService.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 605 | None | 0 | No compression is applied to the request body. This is the default. | |
| 605 | Gzip | 1 | The request body is compressed using the Gzip algorithm before being sent. |
Description
Specifies the compression algorithm applied to the body of an HTTP request
when calling HttpService:RequestAsync() or
HttpService:PostAsync(). Pass this enum value in the Compress field
of the request options table to reduce bandwidth when sending large payloads.