EnableCompressedRequests
Enables sending Gzip compressed packets of requests from client side. Which can significantely decrease response time for requests with large body content.
Method Parameters
Parameter | Description |
---|---|
enabled | True if request packets should be compressed |
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
_bc.EnableCompressedRequests(true);
_bc->enableCompressedRequests(true);
[_bc enableCompressedRequests:true];
_bc.enableCompressedRequests(true);
_bc.enableCompressedRequests(true);
_bc.enableCompressedRequests(true);
// N/A
// N/A