freebsd-ports/www/cgiparse/pkg-descr
John-Mark Gurney 00cb90f018 A library that makes parsing web forms easy.
This is something that I wrote and is still under developement, but it
does work.
1997-03-31 11:40:00 +00:00

6 lines
226 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").