1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-02 15:00:02 +00:00

Implement mime_split.

It will be used to detect received content types.
This commit is contained in:
King_DuckZ 2017-05-25 00:51:26 +01:00
commit ea55602f6b
6 changed files with 224 additions and 1 deletions

View file

@ -15,6 +15,7 @@ add_executable(${PROJECT_NAME}
test_invalid_utf8_post.cpp
../data/UTF-8-test.txt.c
test_invalid_utf8_get.cpp
test_mime_split.cpp
)
target_include_directories(${PROJECT_NAME}