Initiating a single request using the HTTP client z/TPF APIs
For single request mode, call the tpf_httpPerform1 function
to send a single request to an HTTP server. This function automatically does
the following:
- Establishes a new HTTP session with the HTTP server.
- Performs the request.
- Receives the response.
- Ends the HTTP session.
See the z/TPF C/C++ Language Support User's Guide for
more information about the tpf_http* C/C++ language functions.