Availability:
:- use_module(library(http/http_client)).
POST
request. Data is posted using
http_post_data/3. The HTTP
server reply is returned in Reply, using the same rules as
for http_get/3.
- See also
- Implemented on top of http_get/3.