-
Notifications
You must be signed in to change notification settings - Fork 86
fcgi server
Chris Petersen edited this page Oct 8, 2015
·
1 revision
Handles an FCGI session with the specified procedures. Note that this is the same calling convention as cgi-server
, and a properly structured CGI program can be migrated to FCGI simply by including the fcgi
module instead of cgi
. The fcgi module also defines cgi-server
pointing to fcgi-server
to make it possible to switch deployment mode without changing the code.
Parameter | Description |
---|---|
init-proc | Initialization procedure |
session-proc | Session procedure |
close-proc | Termination procedure |
> (fcgi-server project-init project-session project-close)
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip