Handbook
Glossary
handle-post-data ( -- )
Vocabulary
fastcgi
Inputs
None
Outputs
None
Definition
USING:
accessors
http
kernel
strings
threads
urls.encoding
;
IN:
fastcgi
:
handle-post-data
( -- )
post?
[
request
tget
dup
"CONTENT_TYPE"
header
<post-data>
[
>>post-data
]
keep
nip
stdin-data
tget
>string
dup
query>assoc
handle-post-data*
]
when
;