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