Handbook
Glossary
?benchmark ( quot -- )
Vocabulary
http
.
server
Inputs
quot
an
object
Outputs
None
Definition
USING:
arrays
kernel
namespaces
sequences
tools.time
urls
;
IN:
http.server
:
?benchmark
( quot -- )
benchmark?
get
[
[
benchmark
]
[
first
]
bi
url
get
rot
3array
httpd-benchmark
]
[
call
]
if
;
inline