Handbook
Glossary
maybe-limit-input ( content-length -- )
Vocabulary
http
.
server
.
requests
Inputs
content-length
an
object
Outputs
None
Definition
USING:
io.streams.limited
kernel
math.order
namespaces
;
IN:
http.server.requests
:
maybe-limit-input
( content-length -- )
unlimited-input
upload-limit
get
[
min
]
when*
limited-input
;