File tree
7 files changed
+37
-15
lines changed- 3rd_party
- scripts
- src
- tests/integration
7 files changed
+37
-15
lines changed- .drone.yml+8-8
- .travis.yml+1-1
- CMakeLists.txt+21-8
- Doxyfile+7-11
- LICENSE+2-2
- README.md+3-2
- cmake/CrowConfig.cmake.in+10-4
- cmake/cmake_uninstall.cmake.in+22
- docs/assets/crowlogo_main_light_color.svg+90
- docs/assets/fast_light_icon.svg+105
- docs/assets/header_light_icon.svg+67
- docs/assets/typesafe_light_icon.svg+67
- docs/assets/websocket_light_icon.svg+48
- docs/getting_started/a_simple_webpage.md+129
- docs/getting_started/setup/legacy.md-146
- docs/getting_started/setup/linux.md+25-8
- docs/getting_started/setup/macos.md+21-3
- docs/getting_started/setup/windows.md+1-1
- docs/getting_started/your_first_application.md+5-2
- docs/guides/app.md+6-1
- docs/guides/auth.md+71
- docs/guides/base64.md+9
- docs/guides/blueprints.md+7-8
- docs/guides/compression.md+6-4
- docs/guides/included-middleware.md+43
- docs/guides/json.md+10-4
- docs/guides/logging.md+11
- docs/guides/middleware.md+90-24
- docs/guides/multipart.md+14-4
- docs/guides/proxies.md+1-1
- docs/guides/query-string.md+13-6
- docs/guides/routes.md+119-13
- docs/guides/ssl.md+2-2
- docs/guides/static.md+16-5
- docs/guides/templating.md+32-4
- docs/guides/testing.md+2-2
- docs/guides/websockets.md+26-10
- docs/overrides/home.html+208-35
- docs/overrides/partials/footer.html+11-2
- docs/overrides/partials/social.html+37
- docs/stylesheets/colors.css+54-9
- docs/stylesheets/extra.css+48
- docs/versions.json+5
- examples/CMakeLists.txt+14-8
- examples/example.cpp+12
- examples/example.py-19
- examples/example_middleware.cpp+88
- examples/example_static_file.cpp+1-1
- examples/example_test.py-44
- examples/middlewares/example_cookies.cpp+32
- examples/middlewares/example_cors.cpp+36
- examples/websocket/example_ws.cpp+1-2
- examples/websocket/templates/ws.html+2-2
- include/crow.h+1
- include/crow/app.h+122-15
- include/crow/common.h+173-28
- include/crow/http_connection.h+109-187
- include/crow/http_parser_merged.h+841-1.5k
- include/crow/http_request.h+21-6
- include/crow/http_response.h+30-90
- include/crow/http_server.h+68-39
- include/crow/json.h+81-47
- include/crow/logging.h+9-1
- include/crow/middleware.h+331
- include/crow/middleware_context.h+8-13
- include/crow/middlewares/cookie_parser.h+144-8
- include/crow/middlewares/cors.h+200
- include/crow/mime_types.h+3-1
- include/crow/multipart.h+98-23
- include/crow/mustache.h+102-8
- include/crow/parser.h+31-16
- include/crow/query_string.h+45-41
- include/crow/routing.h+188-117
- include/crow/settings.h+9-4
- include/crow/socket_adaptors.h+1-1
- include/crow/task_timer.h+4-10
- include/crow/utility.h+189-22
- include/crow/websocket.h+70-28
- mkdocs.yml+91-64
- scripts/generateDocumentationAndDeploy.sh+33-12
- scripts/merge_all.py+7-4
- scripts/nginx_mime2cpp.py+20-14
- tests/CMakeLists.txt+2-1
- tests/catch.hpp+385-244
- tests/img/filewith.badext+1
- tests/multi_file/CMakeLists.txt+6
- tests/multi_file/main.cpp+15
- tests/multi_file/secondary.cpp+1
- tests/ssl/ssltest.cpp+16-2
- tests/template/mustachetest.cpp+1-1
- tests/unittest.cpp+714-181
- vcpkg.json+1-1
Submodule moz-bergamot-translator updated 105 files
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 |
| |
28 | 33 |
| |
29 | 34 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Lines changed: 17 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
| 11 | + | |
9 | 12 |
| |
10 | 13 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 |
| |
15 | 18 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 |
| |
20 | 23 |
| |
21 | 24 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + |
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
| 114 | + | |
114 | 115 |
| |
115 | 116 |
| |
116 |
| - | |
| 117 | + | |
117 | 118 |
| |
118 | 119 |
| |
119 | 120 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 |
| |
48 | 56 |
| |
49 | 57 |
| |
|
0 commit comments