openbsd-ports/www/cgiparse/pkg/DESCR
2001-06-08 13:36:39 +00:00

8 lines
244 B
Plaintext

cgiparse is a C library that is used to build cgi's that can parse
web forms. It provides a few utility functions that allow your
cgi's to be easily debuged.
To parse a cgi form it is as easy as calling cgigetvalue("name").
WWW: ${HOMEPAGE}