diff --git a/Readme.md b/Readme.md index 9617d5c..b379149 100644 --- a/Readme.md +++ b/Readme.md @@ -44,6 +44,72 @@ If you pass true to it's constructor like `FileCache(true);` that instance will You can evaluate a directory structure using `void wwwroot_evaluate_dir(const char *path, const bool should_exist = true);`. +### Form Validator + +It's a wip class. Doesn't work yet. + +### HTMLBuilder + +Helps with creating htmls. + +It has methods for all standard html tags, and has methods for all closing tags aswell. + +A little example: + +``` + HTMLBuilder b; + + //Add a div, with the class content: