1
0
mirror of synced 2025-04-20 11:47:43 +03:00

53 Commits

Author SHA1 Message Date
Yuji Hirose
5d082f1da4 Apply clangformat 2019-04-11 08:13:31 -04:00
yhirose
abf79d5a38 Code cleanup 2018-09-23 12:32:26 -04:00
yhirose
9546ec842b Fixed problem with log format in server examples 2018-09-14 17:53:11 -04:00
yhirose
07b47d8e0f
Merge pull request #91 from mrexodia/msvc-examples
Some minor fixed to the Visual Studio example project
2018-08-17 07:04:47 -04:00
Duncan Ogilvie
e392738251 Fix intermediate directory in project + add x64 configurations in MSVC example solution 2018-08-17 11:51:20 +02:00
Duncan Ogilvie
4af5b1e441 Refactor the examples to compile with a C++11 compiler 2018-08-17 11:49:42 +02:00
yhirose
312a8d7523 Removed HTTP version. It's now always 'HTTP/1.1'. 2018-05-13 19:18:25 -04:00
yhirose
6c5d0b2a18 Fix #57 and #62 2018-05-08 21:51:41 -04:00
yhirose
1afcc6e702 Upgraded VC++ projects to 2017 version 2017-12-30 14:49:01 -05:00
yhirose
1d5fbe6a5b Add gzip support. resolved #11 2017-12-30 00:00:43 -05:00
yhirose
7a87dd1039 Added -lpthread 2017-12-29 22:34:46 -05:00
yhirose
23c8f0c738 Fixed #28. (Keep-Alive connection support) 2017-12-20 17:32:15 -05:00
yhirose
a83dcefe86 Fixed SSL server problem with bad key.pem and cert.pem 2017-12-17 22:23:05 -05:00
yhirose
95b22a980a Fixed #35 2017-12-16 19:07:58 -05:00
yhirose
31e53d21e4 Fixed #32 2017-12-10 22:34:37 -05:00
yhirose
bb8a1df7a3 Fixed #21 2017-12-05 19:19:07 -05:00
yhirose
e58cfe8168 Fixed warnings 2017-12-05 17:28:52 -05:00
yhirose
3dded8c3e3 Added -Wall and -Wextra to example/Makefile 2017-12-03 21:25:50 -05:00
yhirose
140e5c06fb Added example/benchmark.cc 2017-11-06 13:25:56 -05:00
yhirose
484e4415c6 Fixed build error 2017-06-28 21:16:16 -04:00
yhirose
7cdf62dd31 Fixed build errors and adjusted a test case. 2017-06-28 19:36:48 -04:00
yhirose
22f124f871 Added OpenSSL support. #5 2017-04-21 23:13:30 -04:00
yhirose
29c56644b0 Visual Studio 2015 support. 2015-08-04 18:13:39 -04:00
yhirose
34e5903167 Changed examples to use the generic lambda. 2014-07-11 21:51:49 -04:00
yhirose
8fc7140e06 added port no. and base dir arguments to simplesvr. 2013-07-04 22:46:25 -04:00
yhirose
292d1aeff7 added simplesvr sample. 2013-07-04 22:08:49 -04:00
yhirose
1b2f37e241 Made Response argument 'const'. 2012-10-12 21:40:07 -04:00
yhirose
e8a18ad447 Removed Connection class. 2012-10-12 16:09:39 -04:00
yhirose
3b3828aaff Fixed unit test. Added URL encoding. 2012-10-11 23:52:34 -04:00
yhirose
487ad28a17 Added httplib.h to solution file. 2012-10-05 16:58:39 -04:00
yhirose
6062ea592b Refactoring. Removed some client methods. 2012-10-05 13:58:56 -04:00
yhirose
3c8c835489 Added client methods with shared pointer to Response. 2012-10-04 01:18:18 -04:00
yhirose
1d0b3504bd Refactoring. 2012-10-04 00:38:32 -04:00
yhirose
17bf14a2f7 Fixed build error. 2012-10-03 23:50:23 -04:00
yhirose
ffde8b7e4b Refactoring. 2012-10-03 21:55:01 -04:00
yhirose
aa75fbb5f9 Refactoring. 2012-10-03 20:11:22 -04:00
yhirose
42473b722f Code refactoring. 2012-10-02 22:37:14 -04:00
yhirose
762e7938fd Added client. 2012-10-02 20:39:13 -04:00
yhirose
ced9c38339 Renamed Context to Connection. Removed DSL macro. 2012-09-28 18:31:03 -04:00
yhirose
6897c64c74 Renamed project name to 'cpp-httplib'. 2012-09-27 21:05:36 -04:00
yhirose
8b58a3aecc Added comment. 2012-09-27 20:56:17 -04:00
yhirose
6818f18275 Added SIGINT signal handler. 2012-09-26 11:55:14 -04:00
yhirose
95c0a6d7a8 Removed 'test' target. 2012-09-26 11:50:38 -04:00
yhirose
7c803330e0 Simplified the sample code. 2012-09-25 23:21:57 -04:00
yhirose
ace3bb6caf Fixed variable capture problem. 2012-09-25 22:55:51 -04:00
yhirose
bad43c66d7 Added the hello world sample to README.md. 2012-09-25 22:21:42 -04:00
yhirose
181d642238 Added 'hello' example. 2012-09-25 22:10:19 -04:00
yhirose
be2a1fdb9d Refactoring and DSL support. 2012-09-25 22:09:56 -04:00
yhirose
107a2b9b5d Supported GET routing. 2012-09-25 08:01:24 -04:00
yhirose
3fbd3afb6c Changed to take host-name instead of address. 2012-09-24 20:50:07 -04:00