unsupported-content-encoding ( encoding -- * )


Vocabulary
http.client

Error description
Thrown when a nonempty response body uses a content coding that the buffered HTTP client cannot decode. The encoding slot identifies the coding. Use with-http-request to receive encoded bytes for custom decoding.

Definition