Commit Graph

29 Commits

Author SHA1 Message Date
adrian fd2a612945
add digest filter in examples (#462)
* add digest filter in examples

* Add getMd5() function to the public API

Co-authored-by: Adrián Ortiz Gutiérrez <aortiz@MacBook-Pro.local>
Co-authored-by: antao <antao2002@gmail.com>
2020-06-07 14:43:05 +08:00
An Tao ebb8b7b70a
Add ENABLE_EXPORTS property in cmake configuration files (#375) 2020-03-05 22:03:41 +08:00
An Tao e171874524
Modify installation on Windows (#366) 2020-02-29 15:46:08 +08:00
An Tao 58702dc41e
Port drogon to Windows (#335)
Co-authored-by: mcirsta <mforce2@gmail.com>
2020-01-25 11:58:20 +08:00
Daniel Mensinger 795079531a cmake: use export namespace for Drogon::Drogon (#255)
* cmake: use ${PROJECT_NAME} instead of drogon everywere

* cmake: use export namespace instead of dummy library
2019-09-26 19:33:58 +08:00
An Tao aa26e9a903
Modify the CMakeLists to modern cmake style (#229) 2019-08-31 08:27:57 +08:00
An Tao 7186a74590
Add a WebSocket test (#227) 2019-08-26 17:53:02 +08:00
An Tao c705990fe5
Add the DrogonConfig.cmake (#207)
Add DrogonConfig.cmake so that users can use drogon with the `find_package(Drogon)` command.
2019-08-08 15:17:09 +08:00
antao 40087fba9c Remove config.h
Modify the CMakeLists.txt

Remove the USE_ORM macro

Update trantor

Remove some std::dynamic_pointer_cast calls
2019-07-29 14:53:41 +08:00
antao 2efa183b93 Implement gzip_static 2019-05-03 14:44:20 +08:00
antao 3a587ab90b Modify the pipeling test 2019-04-07 12:15:02 +08:00
antao b96eb04859 Add WebSocket client support 2019-04-07 00:46:22 +08:00
antao 8ae07ce195 Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR in CMakeLists.txt files 2019-03-27 19:32:09 +08:00
antao 250781ac08 Add configuration options that limit the number of keep-alive requests 2019-03-12 18:22:13 +08:00
antao ec7e8a1040 Forbid to download files from the parent folder 2019-01-19 22:57:07 +08:00
antao 38e8148b56 Add a test client for the simple example 2019-01-19 12:26:03 +08:00
antao 327a7a2f75 Add benchmark code to the examples path 2018-12-15 20:05:19 +08:00
antao af53337a6a Add configuration options to the configuration file for simple controller mapping 2018-10-21 14:52:41 +08:00
antao 8df7b9c69a Update CMakeLists.txt for using older basename command 2018-10-17 18:43:51 +08:00
antao 790867d1e3 Add gzip compressing 2018-09-03 10:56:11 +08:00
antao 0e68138fa6 Debug HttpClient... 2018-07-24 17:24:23 +08:00
an-tao 0af5482a9a rename a example dir 2018-06-28 23:29:40 +08:00
root 82855fc86e fix precompiled bugs 2018-06-23 11:22:20 +00:00
an-tao 95b83206fb Write the compilation configuration to config.h 2018-06-14 14:25:57 +08:00
an-tao 6c7512bdf4 file uploading 2018-06-11 15:45:28 +08:00
an-tao a9b6c9896f change TestView.csp 2018-05-30 13:59:12 +08:00
an-tao 388f97d729 add HttpView csp file in example 2018-05-30 13:23:59 +08:00
an-tao 652560697d add json Response 2018-05-21 18:54:00 +08:00
an-tao ecfea6f713 add HttpAppFramework class,not complete 2018-05-02 17:45:10 +08:00