The reason and why about these 2 projects are described in this blog post:
Some Personal Zig Projects
Hope it can help!
[zplocgi]:
-
This project aims to give a simple way to use the CGI (Common Gateway Interface, RFC 3875) with Zig and to have a really simple interface (because I like the KISS! paradigm).
-
Project URL: please consider looking at my blog post at the top of this topic
Supported Zig versions
zig-0.16
[zformdata]:
-
This project is helping process/parse HTML forms, either with simple HTML input elements, like
text,select, etc., or also withfileinput since it’s related with themultipart/form-dataform encoding type. -
Project URL: please consider looking at my blog post at the top of this topic
Supported Zig versions
zig-0.16