Gets a list of encodings acceptable by the client browser in preferable order.
string[]
public function getEncodings() : array { return $this->encodings ??= array_map('strval', array_keys(AcceptHeader::fromString($this->headers ->get('Accept-Encoding')) ->all())); }