Handbook
Glossary
detect-encoding ( response -- encoding )
Vocabulary
http
.
client
.
private
Inputs
response
an
object
Outputs
encoding
an
object
Definition
USING:
accessors
io.encodings.iana
kernel
mime.types
;
IN:
http.client.private
:
detect-encoding
( response -- encoding )
[
content-charset>>
name>encoding
]
[
content-type>>
mime-type-encoding
]
bi
or
;