HTTP Nodes
- Updated2023-02-17
- 1 minute(s) read
HTTP Nodes
Build a web client that interacts with servers, web pages, and web services with Hypertext Transfer Protocol (HTTP).
Adds a header field line to future web requests associated with the client handle.
Closes the client handle and deletes all stored cookies, authentication credentials, and HTTP headers associated with the client handle.
Sends a web request that returns header and body data from a server, web page, or web service.
Returns the value assigned to the header of the client handle.
Sends a web request that returns headers from a server, web page, or web service.
Determines if the header is associated with the client handle.
Lists the headers associated with the client handle.
Opens a client handle.
Sends data to the URL you specify.
Creates or updates data and sends it to the URL you specify.
Removes a header field line from all web requests associated with the client handle.