Description
-
Determines if http protocol compression is enabled.
Property type
-
A Boolean value.
Syntax
-
object.Compression [= value]
The Compression Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodWebServer. |
| value |
A Boolean value. |
Remarks
-
When Compression property is set, wodWebServer will compress
outgoing data using ZLIB or GZIP algorithms, if client supports them
(based on Accept-Encoding header). This usually means speedup of
sending responses since returned data may be up to 80% smaller than
original data.
|