Reference API Roblox

Engine API

Website

Related

Reference API Roblox

HttpCompression

Specifies the compression algorithm applied to HTTP request body sent via HttpService.

Items 2

HistoryNameValueDescription
605None0

No compression is applied to the request body. This is the default.

605Gzip1

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.

History 3

Settings