1
0
mirror of synced 2025-04-21 22:25:55 +03:00

76 Commits

Author SHA1 Message Date
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
yhirose
c5c1c4d412 Win32 support.
Merged windows branch.

Revert "Merged windows branch."

This reverts commit ceb070d993f49543aa26a0ce9bd7e1f9ffabe5f5.
2012-09-24 11:04:32 -04:00
yhirose
277d7c0854 Added Context struct. 2012-09-24 07:57:09 -04:00
yhirose
dfe95a669d Added httpsvrkit.h and sample. 2012-09-23 00:40:46 -04:00