Handbook
Glossary
content-length-missing? ( object -- ? )
Vocabulary
http
.
server
.
requests
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
content-length-missing
class.
Definition
USING:
classes.tuple.private
;
IN:
http.server.requests
:
content-length-missing?
( object -- ? )
\
content-length-missing
9
tuple-instance?
;