PureBasic - CGI
Overview
CGI stands for "Common Gateway Interface" and allows creation of server side application. This library provides all commandes needed to recieve requests or files, answer it and do various other operations. Both CGI and FastCGI mode are supported.
The Wikipedia article on CGI provides a good starting point for people new to CGI.
Command Index
CGIBuffer
CGICookieName
CGICookieValue
CGIParameterData
CGIParameterDataSize
CGIParameterName
CGIParameterType
CGIParameterValue
CGIVariable
CountCGICookies
CountCGIParameters
FinishFastCGIRequest
InitCGI
InitFastCGI
ReadCGI
WaitFastCGIRequest
WriteCGIData
WriteCGIFile
WriteCGIHeader
WriteCGIString
WriteCGIStringN
Example
CGI.pb
Supported OS
All