| Did you know ... | Search Documentation: |
| Predicate http_post/4 |
:- use_module(library(http/http_client)).
[det]http_post(+URL,
+Data, -Reply, +Options)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.