Handbook
Glossary
check-response ( response -- response )
Vocabulary
http
.
client
Inputs
response
an
object
Outputs
response
an
object
Definition
USING:
accessors
kernel
;
IN:
http.client
:
check-response
( response -- response )
dup
code>>
success?
[
download-failed
]
unless
;