Availability:
:- use_module(library(http/http_client)).
http_put(+URL,
+Data, -Reply, +Options)PUT request. Arguments are the same as for
http_post/4.
- See also
- Implemented on top of http_post/4.
:- use_module(library(http/http_client)).
http_put(+URL,
+Data, -Reply, +Options)PUT request. Arguments are the same as for
http_post/4.