2006-01-23 20:49:38 +01:00
|
|
|
config BR2_PACKAGE_LIBCGI
|
|
|
|
bool "libcgi"
|
|
|
|
help
|
2011-10-04 20:45:32 +02:00
|
|
|
LibCGI is a library written from scratch to easily make
|
|
|
|
CGI applications in C.
|
2006-01-23 20:49:38 +01:00
|
|
|
|
2011-10-04 20:45:32 +02:00
|
|
|
There are a lot of functions like string manipulation,
|
|
|
|
session and cookie support, GET and POST methods manipulation
|
|
|
|
etc..., to help you to quickly write powerful CGI programs.
|
2006-01-23 20:49:38 +01:00
|
|
|
|
2017-08-10 09:45:27 +02:00
|
|
|
https://github.com/rafaelsteil/libcgi/
|