import mql from '@microlink/mql' const { data } = await mql('https://github.com/microlinkhq')
Compression
The compression algorithms brotli and gzip are supported.
Otherwise, ensure to specify what compression you want to use using
Accept-Encoding
header.You can check what compression algorithm has been used after the HTTP negotiation seeing
content-encoding
response header.