openbsd-ports/www/cgiparse/pkg/DESCR

6 lines
227 B
Plaintext
Raw Normal View History

1998-04-30 08:41:58 -04:00
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 debugged.
1998-04-30 08:41:58 -04:00
To parse a cgi form it is as easy as calling cgigetvalue("name").