4e94e89709
Features: Supports parsing a request encoded by GET/POST method Supports parsing multipart/form-data encoding.(in-memory and direct disk) Supports COOKIE handling. Supports Session management. Supports FastCGI [Peter: drop invalid patch, add patches for make install + configure paths] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
config BR2_PACKAGE_QDECODER
|
|
bool "qdecoder"
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
help
|
|
qDecoder is a simple and powerful CGI library
|
|
for the C/C++ programming language.
|
|
|
|
http://wolkykim.github.io/qdecoder
|