1
0
mirror of synced 2025-07-20 16:02:59 +03:00
Commit Graph

206 Commits

Author SHA1 Message Date
b1cc24b795 Update README.md (#1332)
Update error list. Introduce `httplib::to_string` in the example code.
2022-07-25 06:48:52 -04:00
07e614eef7 clangformat and README update 2022-07-15 17:32:38 -04:00
3e21338f82 Update README 2022-07-14 20:59:48 -04:00
348d032029 Updated README 2022-04-19 23:02:30 -04:00
80a55cedeb Removed Repl.it examples 2022-04-16 21:11:17 -04:00
bb8e45383e Update README 2022-03-17 08:38:15 -04:00
33f53aa458 Fix set_content_provider example in README.md (#1163) 2022-01-13 12:26:34 -05:00
084c643973 Fixed README 2021-12-10 22:33:59 -05:00
35ef1c7bae Fix #1063 2021-10-03 18:37:59 -04:00
e4c276d0c2 doc: fix typo in README (#1056)
fixed typo in README.md, replacing `Sutudio` with `Studio`.
2021-09-18 11:33:23 -04:00
e07f7691a8 Update README 2021-09-17 21:26:31 -04:00
623ab4a96e Updated README regarding Visual Studio support 2021-09-17 11:36:08 -04:00
469c6bc2b6 Fix #1017 2021-08-02 15:44:50 -04:00
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
9648f950f5 Updated README 2021-06-18 08:45:50 -04:00
fc9b223acc Updated copyright year 2021-06-11 14:45:35 -04:00
5a43bb8149 Implemented #946 in a different way 2021-06-02 13:45:47 -04:00
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
78c474c744 Update README 2021-01-27 11:59:42 -05:00
ae6cf70bc4 Updated README 2021-01-26 08:38:28 -05:00
85b4abbf16 Updated the simple example 2021-01-07 19:56:33 -05:00
e42a358da8 Updated README 2021-01-07 19:00:24 -05:00
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
96afa7e108 Updated README 2020-12-21 13:40:32 -05:00
55f57af0b9 Update README 2020-12-21 09:27:36 -05:00
6b35cd0116 Updated README 2020-12-21 08:15:06 -05:00
99f2229e48 Updated README 2020-12-19 22:43:31 -05:00
24bb1387d6 Update README.md (#806) 2020-12-19 11:12:44 -05:00
9cac2c9ceb typo: specitic => specific (#802) 2020-12-18 15:12:21 -05:00
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
90a5b6ceb0 Updated README 2020-12-04 19:39:39 -05:00
9c0c98b1ed Add keep_alive_timeout guide on README.md (#778) 2020-11-30 07:11:22 -05:00
02d3cd5909 Fix multiple threading bugs including #699 and #697 2020-11-29 12:29:15 -05:00
47e5af15ea Updated README 2020-11-22 09:22:40 -05:00
ff5677ad19 Updated README 2020-10-27 20:35:56 -04:00
aec2f9521d Updated documentation 2020-09-15 10:11:46 -04:00
3e4567bae8 Updated Repl.it examples 2020-08-27 14:16:35 -04:00
db075d8cf9 Added Repl.it examples 2020-08-27 14:06:57 -04:00
e5743b358d Updated README 2020-08-25 20:26:53 -04:00
1184bbe4cb Fix typo in README (#625) 2020-08-25 06:38:16 -04:00
d7e63b4316 Update README 2020-08-16 20:49:54 -04:00
b2b4f7635f Fix #608 2020-08-11 12:11:05 -04:00
dc5f9ba164 Better error handling on client (#601) 2020-08-08 20:50:24 -04:00
dfec2de5b5 Update README 2020-08-03 23:37:05 -04:00
0dd3659de5 Updated README 2020-07-31 18:54:53 -04:00
98caa8c058 Updated README 2020-07-30 17:21:49 -04:00
8a348f17fd Resolved #192 2020-07-30 01:47:54 -04:00
797d1f27e8 Fix #357 2020-07-29 23:12:05 -04:00
9f5db2d1aa Updated README 2020-07-25 20:53:38 -04:00
29a06f852a Update README 2020-07-25 11:24:06 -04:00