Redirection on insecure connection

This commit is contained in:
2020-12-19 13:03:03 +01:00
parent 4f33e1d809
commit f5a42b8c28
4 changed files with 35 additions and 21 deletions

View File

@ -32,6 +32,8 @@ typedef struct {
int uri_init(http_uri *uri, const char *webroot, const char *uri_str, int dir_mode);
int uri_init_cache(http_uri *uri);
void uri_free(http_uri *uri);
#endif //NECRONDA_SERVER_URI_H