Handbook
Glossary
content-type ( response -- type/f )
Vocabulary
images
.
http
.
private
Inputs
response
an
object
Outputs
type/f
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
images.http.private
:
content-type
( response -- type/f )
content-type>>
dup
"image/"
head?
[
6
tail
]
[
drop
f
]
if
;