Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
http-post ( post-data url -- response data )
HTTP client
>
POST requests with the HTTP client
Next:
<post-request> ( post-data url -- request )
Vocabulary
http.client
Inputs and outputs
post-data
an
object
url
a
url
or
string
response
a
response
data
a
sequence
Word description
Submits an HTTP POST request.
Errors
Throws an error if the HTTP request fails.
Definition
IN:
http.client
:
http-post
( post-data url -- response data )
<post-request>
http-request
;