#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/


Name Date Size
../
libhv-vs-nginx.png 2021-03-10 12:33:57 211.4K
中文.html 2022-04-25 15:37:12 191

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