|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Internet and Network > HTP. - Command > !HTP-General - General HTTP operations and utilities > HTP. - General HTTP Operations |
SPR Script Language
Configuration Overview
Overview of HTTP configuration commands in the HTP-Library.
Intention
The Configuration subfolder under HTP-General contains commands for setting up the HTTP environment in the HTP-Library. These commands manage essential settings such as error states, response handling, debugging, headers, proxy configurations, and timeouts, ensuring that HTTP requests are properly configured before execution in SPR scripts.
Commands
• HTP.Clear - Clear the last error state, optionally clearing history.
• HTP.ConvCont - Convert response content based on Content-Type (simplify).
• HTP.SetDbg - Switch Debug for Connection on.
• HTP.SetHdr - Construct header from Parameters.
• HTP.SetProxy - Set the proxy server name and bypass list.
• HTP.SetRcVTO - Set the receive timeout value in milliseconds.
• HTP.SetSndTO - Set the DNS resolve timeout value in milliseconds.
• HTP.SetTO - Set the overall timeout value in milliseconds.
See also: