Handbook
Glossary
trivial-responder? ( object -- ? )
Vocabulary
http
.
server
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
trivial-responder
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
http.server
:
trivial-responder?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
trivial-responder
eq?
]
[
drop
f
]
if
;