diff options
Diffstat (limited to 'src/net/net.h')
| -rwxr-xr-x | src/net/net.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/net/net.h b/src/net/net.h index 79886df..dc7c147 100755 --- a/src/net/net.h +++ b/src/net/net.h @@ -19,6 +19,7 @@ #include "list/list.h" #include "files/files.h" #include "log/log.h" +#include "mime/mime.h" #include <openssl/ssl.h> #include <openssl/err.h> #include <poll.h> @@ -34,16 +35,6 @@ typedef enum http_method { } http_method; - -enum mime_type { - AVIF, BMP, CSS, CSV, GZ, GIF, HTML, - ICO, JPG, JPEG, JS, JSON, MIDI, MP3, - MP4, MPEG, PNG, PDF, PHP, RAR, TIFF, TS, - TXT, WAV, WEBA, WEBM, WEBP, XML, ZIP, - _7Z, -}; - - struct uri { str path; str query; |
