Handbook
Glossary
<post-data> ( content-type -- post-data )
HTTP protocol objects
»
HTTP requests
»
HTTP post data
Prev:
post-data
Vocabulary
http
Inputs
content-type
a MIME type string
Outputs
post-data
a
post-data
Word description
Creates a new
post-data
.
Definition
USING:
accessors
kernel
;
IN:
http
:
<post-data>
( content-type -- post-data )
post-data
new
swap
>>content-type
;