8 lines
246 B
Markdown
8 lines
246 B
Markdown
# AqCGI
|
|
|
|
AqCGI is a small library to help building CGI code in C to be used with
|
|
Apache2 and other HTTP servers.
|
|
|
|
It parses HTTP headers and URL-encoded strings. It also takes care of sending
|
|
responses including headers and error codes/messages.
|