RGIServ: Difference between revisions
Appearance
Created page with "Function Library for Rexx CGI Applications. ;Files * rgiserv.dll ==Functions== * RGIDropFuncs * RGILoadFuncs * RGIOut * RGIParse * RGIQEnv * RGIQMethod * RGIUtils ==License=..." |
m →Links |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Function Library for | The Rexx Common Gateway Interface Function Library is intended to be used with the IBM Internet Connection Server for OS/2 and should be usable with any other OS/2 HTTP server. | ||
;Files | ;Files | ||
* rgiserv.dll | * rgiserv.dll | ||
==Functions== | ==Functions== | ||
* RGIDropFuncs | * RGIDropFuncs - deregister the functions | ||
* RGILoadFuncs | * RGILoadFuncs - register the functions | ||
* RGIOut | * RGIOut - replace variables in HTML text strings or files | ||
* RGIParse | * RGIParse - parse FORM input | ||
* RGIQEnv | * RGIQEnv - transfer CGI environment variables | ||
* RGIQMethod | * RGIQMethod - query request method | ||
* RGIUtils | * RGIUtils - generate the HTTP header | ||
==License== | ==License== | ||
Line 16: | Line 17: | ||
==Links== | ==Links== | ||
* [ | * [rgiserv.zip] | ||
[[Category:REXX Function Library]] | [[Category:REXX Function Library]] |
Latest revision as of 01:23, 5 October 2023
The Rexx Common Gateway Interface Function Library is intended to be used with the IBM Internet Connection Server for OS/2 and should be usable with any other OS/2 HTTP server.
- Files
- rgiserv.dll
Functions
- RGIDropFuncs - deregister the functions
- RGILoadFuncs - register the functions
- RGIOut - replace variables in HTML text strings or files
- RGIParse - parse FORM input
- RGIQEnv - transfer CGI environment variables
- RGIQMethod - query request method
- RGIUtils - generate the HTTP header
License
- Author: Albert A. Modderkolk
Links
- [rgiserv.zip]