drogon/drogon_ctl
Martin Chang 56cb305ae3
Support custom MIME types and extensions (#1024)
* Drogon now support custom extension and MIME types
* Added contentTypeString() to retrieve the string version of content type (in case the content type is not in the ContentType enum)
* setCustomContentTypeAndString() also accepts MIME as input (instead of the full content-type header string),
* Remove webContentTypeToString()
* Added app().registerCustomExtensionMime()
* Added support to load custom extension from JSON config
2021-09-24 22:51:09 +08:00
..
templates Support custom MIME types and extensions (#1024) 2021-09-24 22:51:09 +08:00
CMakeLists.txt Feature/support windows unicode paths (#928) 2021-07-15 23:57:12 +08:00
cmd.cc clang-format 2019-05-18 20:39:57 +08:00
cmd.h Modify file formats and comments 2018-12-07 15:50:18 +08:00
CommandHandler.h clang-format 2019-05-18 20:39:57 +08:00
CopyDlls.cmake Add exports macro to allow Shared Library with hidden symbols by default (e.g. Windows) (#745) 2021-04-09 10:17:28 +08:00
create_controller.cc Fix size_t underflow (#272) 2019-10-06 09:43:08 +08:00
create_controller.h Add the ability to create restful API controllers (#244) 2019-09-30 21:34:30 +08:00
create_filter.cc Port drogon to Windows (#335) 2020-01-25 11:58:20 +08:00
create_filter.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
create_model.cc Escape connection string in drogon_ctl create model (#967) 2021-08-10 21:25:16 +08:00
create_model.h Feature/orm convert method (#739) 2021-03-12 10:41:20 +08:00
create_plugin.cc Port drogon to Windows (#335) 2020-01-25 11:58:20 +08:00
create_plugin.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
create_project.cc Fix some compatibility issues introduced by std::filesystem or boost::filesystem (#947) 2021-07-23 13:08:54 +08:00
create_project.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
create_view.cc error on failing to create view from CSP (#924) 2021-07-09 07:58:03 +08:00
create_view.h Add --path-to-namespace option to drogon_ctl for creating views (#607) 2020-10-12 21:51:39 +08:00
create.cc Add --path-to-namespace option to drogon_ctl for creating views (#607) 2020-10-12 21:51:39 +08:00
create.h clang-format 2019-05-18 20:39:57 +08:00
help.cc Format some files for good code style (#196) 2019-07-16 20:00:20 +08:00
help.h clang-format 2019-05-18 20:39:57 +08:00
main.cc Remove duplicate definition of args vector. (#609) 2020-10-13 10:29:01 +08:00
press.cc Update trantor (#656) 2020-12-14 08:49:33 +08:00
press.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
version.cc Add redis support (#719) 2021-03-13 19:13:54 +08:00
version.h clang-format 2019-05-18 20:39:57 +08:00