1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-12-01 00:45:41 +00:00
kamokan/test/unit
King_DuckZ 2f00014758 Fail if CONTENT_TYPE is not application/x-www-form-urlencoded.
As part of the partial improvement to the POST reading
code I also added a max_post_size setting which defaults
to 1 MiB. POST inputs longer than that size get truncated.
This is separate to max_pastie_size, which is just the
size of one of the values in the POST data.
2017-06-02 09:23:35 +01:00
..
check.cpp Add an empty unit test. 2017-05-04 23:03:53 +01:00
CMakeLists.txt Implement mime_split. 2017-05-25 00:51:26 +01:00
test_ini_file.cpp Implement mime_split. 2017-05-25 00:51:26 +01:00
test_invalid_utf8_get.cpp REQUEST_METHOD must be given or better_enums will complain. 2017-05-24 22:26:55 +01:00
test_invalid_utf8_post.cpp Fail if CONTENT_TYPE is not application/x-www-form-urlencoded. 2017-06-02 09:23:35 +01:00
test_mime_split.cpp Use karma to make mime strings from structs. 2017-05-31 19:53:46 +01:00
test_settings_bag.cpp Fix unit test for IniParser. 2017-05-06 18:40:39 +01:00