#ifndef HV_HTTP_PAGE_H_ #define HV_HTTP_PAGE_H_ #include #include "httpdef.h" /* 404 Not Found

404 Not Found


*/ void make_http_status_page(http_status status_code, std::string& page); /* Index of /downloads/

Index of /downloads/


../
docs/                                             2019-08-23 15:27:48        -
examples/                                         2019-08-23 15:27:52        -
README.txt                                        2019-08-23 19:15:42        0
release/                                          2019-08-23 15:28:52        -

*/ void make_index_of_page(const char* dir, std::string& page, const char* url = ""); #endif // HV_HTTP_PAGE_H_