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