mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
00cb90f018
This is something that I wrote and is still under developement, but it does work.
6 lines
226 B
Plaintext
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").
|