Home | News
About Us | About OSS
The Lab
|  |
cgi-util - Features
- Easy to use
- Small
- Accepts both "GET" and "POST" connection requests
- Complete error handling
- Cookie support
Functions For:
- Accepting a connection and parsing form data
- Grabbing a field by its string value...
- ...by its integer value...
- ...by its floating point ("double") value...
- ...and by its boolean value
- Embeding HTML files
- Checking strings for correct e-mail syntax
- Examining cookies
- Closing up and freeing memory (you should be able to use cgi-util as
a FastCGI)
|