Handbook
Glossary
read-chunk-size ( -- n )
Vocabulary
http
.
client
.
private
Inputs
None
Outputs
n
an
object
Definition
USING:
ascii
io.crlf
kernel
math.parser
sequences
splitting
;
IN:
http.client.private
:
read-chunk-size
( -- n )
read-crlf
";"
split1
drop
[
blank?
]
trim-tail
hex>
[
"Bad chunk size"
throw
]
unless*
;