Compression
Novant requires gzip
compression for all requests. This
is specified using the HTTP header
Accept-Encoding: gzip
.
The curl
examples in this documentation use the
--compressed
argument, which will include the
Accept-Encoding
HTTP header and automatically decompress
the response.