Handbook
Glossary
listing-title ( -- title )
Vocabulary
http
.
server
.
static
Inputs
None
Outputs
title
an
object
Definition
USING:
accessors
kernel
namespaces
sequences
urls
;
IN:
http.server.static
:
listing-title
( -- title )
url
get
[
path>>
"Index of "
prepend
]
[
""
]
if*
;