29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
Compile insert HTTP_Inserts
|
|
/***********************************************************************************************************************
|
|
|
|
This program is proprietary and is not to be used by or disclosed to others, nor is it to be copied without written
|
|
permission from SRP Computer Solutions, Inc.
|
|
|
|
Name : HTTP_Inserts
|
|
|
|
Description : Declares and equates used by HTTP services.
|
|
|
|
Notes :
|
|
|
|
History : (Date, Initials, Notes)
|
|
02/06/15 dmb Original programmer. - [SRPFW-77]
|
|
02/16/15 dmb Add HTTP_Services in the declaration list. - [SRPFW-83]
|
|
02/27/16 dmb Add SRP_Hash in the declaration list. - [SRPFW-112]
|
|
|
|
***********************************************************************************************************************/
|
|
|
|
// Utility services.
|
|
Declare function Namecap, HexConv, Run_OECGI_Request
|
|
Declare function SRP_Extract_XML, SRP_Encode, SRP_Decode, SRP_Hash
|
|
Declare function HTTP_JSON_Services, HTTP_Services, SRP_JSON
|
|
Declare subroutine HTTP_JSON_Services, HTTP_Services, SRP_JSON
|
|
|
|
// Application services.
|
|
Declare function HTTP_Authentication_Services
|
|
Declare subroutine HTTP_Authentication_Services, HTTP_Entry_Point_Services
|