Handbook
Glossary
parse-content-type-attributes ( string -- attributes )
Vocabulary
http
Inputs
string
an
object
Outputs
attributes
an
object
Definition
USING:
assocs
kernel
sequences
splitting
;
IN:
http
:
parse-content-type-attributes
( string -- attributes )
split-words
harvest
[
"="
split1
"\""
?head
drop
"\""
?tail
drop
]
map>alist
;