Jump to content

RGIServ: Difference between revisions

From EDM2
Created page with "Function Library for Rexx CGI Applications. ;Files * rgiserv.dll ==Functions== * RGIDropFuncs * RGILoadFuncs * RGIOut * RGIParse * RGIQEnv * RGIQMethod * RGIUtils ==License=..."
 
Ak120 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Function Library for Rexx CGI Applications.
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==
* [http://www.os2site.com/sw/dev/rexx/libs/rgiserv.zip Version 0.1]
* [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]