Skip to main content
Version: 5.7.0

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

ParameterDescription
enabledTrue if request packets should be compressed

Usage

http://localhost:3000
_bc.EnableCompressedRequests(true);