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:
parent
eef10a3d5e
commit
ea55602f6b
6 changed files with 224 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue