added frameworks entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:15:48 -07:00
parent 81e4baccb1
commit 600a8e1f61
95 changed files with 59733 additions and 0 deletions

View File

@ -0,0 +1,28 @@
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