Handbook
Glossary
modified-since? ( filename -- ? )
Vocabulary
http
.
server
.
static
Inputs
filename
an
object
Outputs
?
an
object
Definition
USING:
accessors
http
io.files.info
kernel
math.order
namespaces
;
IN:
http.server.static
:
modified-since?
( filename -- ? )
request
get
modified-since
dup
[
[
file-info
modified>>
]
dip
after?
]
[
2drop
t
]
if
;