Handbook
Glossary
http-post* ( post-data url -- response data )
HTTP client
ยป
POST requests with the HTTP client
Prev:
http-post ( post-data url -- response data )
Next:
<post-request> ( post-data url -- request )
Vocabulary
http
.
client
Inputs
post-data
an
object
url
an
url
or a
string
Outputs
response
a
response
data
a
sequence
Word description
Submits an HTTP POST request, but does not check the HTTP response code for success.
See also
http-post
Definition
IN:
http.client
:
http-post*
( post-data url -- response data )
<post-request>
http-request*
;