...
The client functions are used to exchange data with a HTTP server. There are specific functions for GET and POST as well as functions for general HTTP requests. Either plain text or encrypted communication can be used. Basic authentication is supported, as well as the use of a keystore, and if required a truststore, for the functions with an encrypted communication channel.
The HTTP client functions also support the use of proxy, see HTTP Proxy Setup (3.3) for information on how to setup HTTP proxy support.
Note |
---|
Note!In all parameter descriptions below, "HTTP" may refer to both HTTP and HTTPS, and both HTTP/1 and HTTP/2. |
...