Commit graph

154 commits

Author SHA1 Message Date
yhirose
3e21338f82 Update README 2022-07-14 20:59:48 -04:00
yhirose
348d032029 Updated README 2022-04-19 23:02:30 -04:00
yhirose
80a55cedeb Removed Repl.it examples 2022-04-16 21:11:17 -04:00
yhirose
bb8e45383e Update README 2022-03-17 08:38:15 -04:00
ArnaudBienner
33f53aa458
Fix set_content_provider example in README.md (#1163) 2022-01-13 12:26:34 -05:00
yhirose
084c643973 Fixed README 2021-12-10 22:33:59 -05:00
yhirose
35ef1c7bae Fix #1063 2021-10-03 18:37:59 -04:00
null
e4c276d0c2
doc: fix typo in README (#1056)
fixed typo in README.md, replacing `Sutudio` with `Studio`.
2021-09-18 11:33:23 -04:00
yhirose
e07f7691a8
Update README 2021-09-17 21:26:31 -04:00
yhirose
623ab4a96e Updated README regarding Visual Studio support 2021-09-17 11:36:08 -04:00
yhirose
469c6bc2b6 Fix #1017 2021-08-02 15:44:50 -04:00
Joel Rosdahl
6f7075e3aa
Improve split script (#1011)
- Added shebang and made the script executable.
- Added help text.
- Added -o/--out argument for specifying output directory.
- Added -e/--extension argument for specifying file extension of the
  implementation file.
- Made the script find httplib.h next to split.py instead of the current
  working directory. This makes it possible to call the script from
  another directory.
- Simplified code structure slightly.
- Improved variable naming to follow Python conventions.
2021-07-30 10:03:05 -04:00
yhirose
9648f950f5 Updated README 2021-06-18 08:45:50 -04:00
yhirose
fc9b223acc Updated copyright year 2021-06-11 14:45:35 -04:00
yhirose
5a43bb8149 Implemented #946 in a different way 2021-06-02 13:45:47 -04:00
Nikolas
0542fdb8e4
Add exception handler (#845)
* Add exception handler

* revert content reader changes

* Add test for and fix exception handler

* Fix warning in test

* Readd exception test, improve readme note, don't rethrow errors, remove exception handler response
2021-01-28 17:19:11 -05:00
yhirose
78c474c744 Update README 2021-01-27 11:59:42 -05:00
yhirose
ae6cf70bc4 Updated README 2021-01-26 08:38:28 -05:00
yhirose
85b4abbf16 Updated the simple example 2021-01-07 19:56:33 -05:00
yhirose
e42a358da8 Updated README 2021-01-07 19:00:24 -05:00
Anonymous
7299713195
Fix readme Response::set_chunked_content_provider (#811)
`Response::set_chunked_content_provider` has formal parameters, not one.
2020-12-25 19:55:57 -05:00
yhirose
96afa7e108 Updated README 2020-12-21 13:40:32 -05:00
yhirose
55f57af0b9 Update README 2020-12-21 09:27:36 -05:00
yhirose
6b35cd0116 Updated README 2020-12-21 08:15:06 -05:00
yhirose
99f2229e48 Updated README 2020-12-19 22:43:31 -05:00
Anonymous
24bb1387d6
Update README.md (#806) 2020-12-19 11:12:44 -05:00
Miosame
9cac2c9ceb
typo: specitic => specific (#802) 2020-12-18 15:12:21 -05:00
Anonymous
0cff3245df
Extend built-in extension MIME mapping (#799)
* Update README.md

* Update httplib.h

* Update httplib.h

* Update httplib.h

* Update httplib.h

* Remove duplicate cases

Someone left a bunch of duplicate cases, idiot, couldn't have been me.

* Reformat

Modify spacing and whatnot

* Update README.md
2020-12-18 09:32:19 -05:00
yhirose
90a5b6ceb0
Updated README 2020-12-04 19:39:39 -05:00
Seunghwan Hong
9c0c98b1ed
Add keep_alive_timeout guide on README.md (#778) 2020-11-30 07:11:22 -05:00
David Wu
02d3cd5909 Fix multiple threading bugs including #699 and #697 2020-11-29 12:29:15 -05:00
yhirose
47e5af15ea Updated README 2020-11-22 09:22:40 -05:00
yhirose
ff5677ad19 Updated README 2020-10-27 20:35:56 -04:00
yhirose
aec2f9521d Updated documentation 2020-09-15 10:11:46 -04:00
yhirose
3e4567bae8 Updated Repl.it examples 2020-08-27 14:16:35 -04:00
yhirose
db075d8cf9 Added Repl.it examples 2020-08-27 14:06:57 -04:00
yhirose
e5743b358d Updated README 2020-08-25 20:26:53 -04:00
Ivan Fefer
1184bbe4cb
Fix typo in README (#625) 2020-08-25 06:38:16 -04:00
yhirose
d7e63b4316 Update README 2020-08-16 20:49:54 -04:00
yhirose
b2b4f7635f Fix #608 2020-08-11 12:11:05 -04:00
yhirose
dc5f9ba164
Better error handling on client (#601) 2020-08-08 20:50:24 -04:00
yhirose
dfec2de5b5
Update README 2020-08-03 23:37:05 -04:00
yhirose
0dd3659de5 Updated README 2020-07-31 18:54:53 -04:00
yhirose
98caa8c058 Updated README 2020-07-30 17:21:49 -04:00
yhirose
8a348f17fd Resolved #192 2020-07-30 01:47:54 -04:00
yhirose
797d1f27e8 Fix #357 2020-07-29 23:12:05 -04:00
yhirose
9f5db2d1aa Updated README 2020-07-25 20:53:38 -04:00
yhirose
29a06f852a Update README 2020-07-25 11:24:06 -04:00
yhirose
0e9cfd9f49 SSE client example 2020-07-25 11:20:57 -04:00
Ron Klein
0a2cb20223
fix documentation typo (#539)
fix "adress" --> "address"
2020-06-22 18:12:22 -04:00