- XTHC ;HCIOFO/SG - HTTP 1.0 CLIENT ;11/10/2009
- ;;7.3;TOOLKIT;**123**;Apr 25, 1995;Build 4
- ;
- ; API ENTRY POINTS ---- DESCRIPTIONS
- ;
- ; $$GETURL^XTHC10 Gets the data from the provided URL
- ;
- ; DEMO^XTHCDEM Demonstartion entry point
- ;
- ; $$ENCODE^XTHCURL Encodes the string
- ; $$MAKEURL^XTHCURL Creates a URL from components
- ; $$PARSEURL^XTHCURL Parses the URL into components
- ; $$NORMPATH^XTHCURL Returns "normalized" path
- ;
- ; $$DECODE^XTHCUTL Decodes one string replacing
- ; < <, > >, & &, " ".
- ;
- ; INTERNAL TOOLS ------ DESCRIPTIONS
- ;
- ; $$RECEIVE^XTHC10A Reads the HTTP response
- ; $$REQUEST^XTHC10A Sends the HTTP request
- ;
- Q
- --- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HXTHC 747 printed Jan 18, 2025@03:42:06 Page 2
- XTHC ;HCIOFO/SG - HTTP 1.0 CLIENT ;11/10/2009
- +1 ;;7.3;TOOLKIT;**123**;Apr 25, 1995;Build 4
- +2 ;
- +3 ; API ENTRY POINTS ---- DESCRIPTIONS
- +4 ;
- +5 ; $$GETURL^XTHC10 Gets the data from the provided URL
- +6 ;
- +7 ; DEMO^XTHCDEM Demonstartion entry point
- +8 ;
- +9 ; $$ENCODE^XTHCURL Encodes the string
- +10 ; $$MAKEURL^XTHCURL Creates a URL from components
- +11 ; $$PARSEURL^XTHCURL Parses the URL into components
- +12 ; $$NORMPATH^XTHCURL Returns "normalized" path
- +13 ;
- +14 ; $$DECODE^XTHCUTL Decodes one string replacing
- +15 ; < <, > >, & &, " ".
- +16 ;
- +17 ; INTERNAL TOOLS ------ DESCRIPTIONS
- +18 ;
- +19 ; $$RECEIVE^XTHC10A Reads the HTTP response
- +20 ; $$REQUEST^XTHC10A Sends the HTTP request
- +21 ;
- +22 QUIT