drogon/lib/inc/drogon
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
..
plugins Improve AccessLogger. (#1008) 2021-09-02 08:20:49 +08:00
utils Support custom MIME types and extensions (#1024) 2021-09-24 22:51:09 +08:00
Attribute.h Modify the Attributes interface of the HttpRequest class (#389) 2020-03-15 16:11:40 +08:00
CacheMap.h Fix CacheMap crash in CI tests (#890) 2021-06-13 10:33:30 +08:00
Cookie.h Add exports macro to allow Shared Library with hidden symbols by default (e.g. Windows) (#745) 2021-04-09 10:17:28 +08:00
DrClassMap.h Add exports macro to allow Shared Library with hidden symbols by default (e.g. Windows) (#745) 2021-04-09 10:17:28 +08:00
DrObject.h Add exports macro to allow Shared Library with hidden symbols by default (e.g. Windows) (#745) 2021-04-09 10:17:28 +08:00
DrTemplate.h Add .clang-format 2019-05-17 22:49:09 +08:00
DrTemplateBase.h Add exports macro to allow Shared Library with hidden symbols by default (e.g. Windows) (#745) 2021-04-09 10:17:28 +08:00
HttpAppFramework.h Support custom MIME types and extensions (#1024) 2021-09-24 22:51:09 +08:00
HttpBinder.h Create controller instances after running instead of after being called (#888) 2021-06-09 10:58:56 +08:00
HttpClient.h Add port() and host() to HttpClient (#959) 2021-08-05 23:10:05 +08:00
HttpController.h Remove non standard macros (#415) 2020-04-25 02:12:44 +08:00
HttpFilter.h Add exports macro to allow Shared Library with hidden symbols by default (e.g. Windows) (#745) 2021-04-09 10:17:28 +08:00
HttpRequest.h Support custom MIME types and extensions (#1024) 2021-09-24 22:51:09 +08:00
HttpResponse.h Support custom MIME types and extensions (#1024) 2021-09-24 22:51:09 +08:00
HttpSimpleController.h Remove non standard macros (#415) 2020-04-25 02:12:44 +08:00
HttpTypes.h Add the setCustomStatusCode method 2021-06-01 19:30:21 +08:00
HttpViewData.h Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
IOThreadStorage.h Make Json::Value as a SQL parameters type (#861) 2021-05-22 13:08:17 +08:00
IntranetIpFilter.h Fix a bug of reflection failure introduced by #745 (#793) 2021-04-10 20:18:51 +08:00
LocalHostFilter.h Fix a bug of reflection failure introduced by #745 (#793) 2021-04-10 20:18:51 +08:00
MultiPart.h Enhancements on files part. (#803) 2021-04-17 14:01:06 +08:00
NotFound.h Fix a bug of reflection failure introduced by #745 (#793) 2021-04-10 20:18:51 +08:00
PubSubService.h Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
Session.h Add support in the SqlBinder class and the Session class (#644) 2020-12-06 11:41:06 +08:00
UploadFile.h Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
WebSocketClient.h Add stop() method to the WebSocketClient class (#972) 2021-08-15 18:17:05 +08:00
WebSocketConnection.h Add the setTimeout() method to the DbClient class (#823) 2021-04-29 10:13:34 +08:00
WebSocketController.h Remove non standard macros (#415) 2020-04-25 02:12:44 +08:00
drogon.h Add the AccessLogger plugin (#854) 2021-05-17 21:45:18 +08:00
drogon_callbacks.h Add the SecureSSLRedirector plugin (#306) 2019-11-30 08:35:40 +08:00
drogon_test.h Fix test success message incorrectly shown when -s is flag present (#962) 2021-08-07 23:07:48 +08:00