Did you know ... | Search Documentation: |
Predicate http_cgi_handler/2 |
path_info
in Request and execute the script using
http_run_cgi/3. This library installs one handler using:
:- http_handler(root('cgi-bin'), http_run_cgi(cgi_bin, []), [prefix, spawn([])]).