wip cgi ouptput

This commit is contained in:
hugogogo
2022-08-15 16:18:47 +02:00
parent 036256522a
commit 6ad6ec7d63
4 changed files with 94 additions and 36 deletions

View File

@@ -34,7 +34,20 @@ std::string
itos(int n);
std::string
fill_env(std::string env, std::string tag);
fill_env(std::string env, std::string tag = "p");
std::string
fill_tag(std::string env, std::string tag = "p");
std::string
fill_form(
std::string form,
std::string tag_key = "p",
std::string tag_val = "p"
);
std::string
parse_form_infos();
#endif