cgi-io: add a small helper cgi that can be used by RPCD based UIs
authorJohn Crispin <blogic@openwrt.org>
Thu, 1 Oct 2015 15:34:13 +0000 (17:34 +0200)
committerJohn Crispin <blogic@openwrt.org>
Fri, 2 Oct 2015 12:00:25 +0000 (14:00 +0200)
commit6b1ce74c16634faf54fe867f5cfaed78ed4d159b
tree7c5c0fe9291f63d621c1b70867cfc10e2598fa49
cgi-io: add a small helper cgi that can be used by RPCD based UIs

Signed-off-by: John Crispin <blogic@openwrt.org>
Makefile [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/multipart_parser.c [new file with mode: 0644]
src/multipart_parser.h [new file with mode: 0644]