.. |
middlewares
|
add comment to trim function, use it correctly and remove redundant whitespace checks in CookieParser .
|
2022-06-18 17:21:37 +03:00 |
app.h
|
replace boost::asio with standalone asio.
|
2022-06-18 17:21:37 +03:00 |
ci_map.h
|
ci_map: replace boost::hash_combine with member function.
|
2022-06-18 17:21:37 +03:00 |
common.h
|
Allowed compiling on GCC 4.8 by using CallHelper instead of is_callable
|
2022-04-11 06:24:43 +03:00 |
compression.h
|
created new rules, used bot to enforce rules in PRs
|
2021-11-25 14:45:38 +03:00 |
http_connection.h
|
replace std::error_code with asio::error_code.
|
2022-06-18 17:21:37 +03:00 |
http_parser_merged.h
|
fixed issue where parser methods were in all caps
|
2022-03-21 13:47:46 +03:00 |
http_request.h
|
replace boost::asio with standalone asio.
|
2022-06-18 17:21:37 +03:00 |
http_response.h
|
only allow regular files in set_static_file_info, return 404 in all other cases
|
2022-06-15 09:20:11 +02:00 |
http_server.h
|
replace std::error_code with asio::error_code.
|
2022-06-18 17:21:37 +03:00 |
json.h
|
Fix wvalue::Operator = (wvalue && r);
|
2022-06-20 05:52:30 +03:00 |
logging.h
|
Concatenate log into one string and sending to std::cerr instead of multiple << operator
|
2022-04-12 09:18:38 +08:00 |
middleware_context.h
|
Blueprint middleware prototype
|
2022-04-11 16:01:27 +03:00 |
middleware.h
|
Merge branch 'master' into blueprint-middleware
|
2022-05-07 23:03:35 +03:00 |
mime_types.h
|
Updated mime_types script:
|
2021-12-03 06:41:30 +03:00 |
multipart.h
|
fix typos
|
2022-04-27 05:58:53 +03:00 |
mustache.h
|
replace boost::lexical_cast with an equivalent based on std::stringstream.
|
2022-06-18 17:21:37 +03:00 |
parser.h
|
removing some boost includes, fixing version checks and further phase out boost.
|
2022-06-18 17:21:37 +03:00 |
query_string.h
|
cookie_parser & query_string: use std::unique_ptr instead of raw pointers.
|
2022-06-18 17:21:37 +03:00 |
returnable.h
|
improved bracing rules, commented out clang-format 14 rule
|
2021-11-27 15:28:50 +03:00 |
routing.h
|
removing some boost includes, fixing version checks and further phase out boost.
|
2022-06-18 17:21:37 +03:00 |
settings.h
|
fix typos
|
2022-04-27 05:58:53 +03:00 |
socket_adaptors.h
|
replace std::error_code with asio::error_code.
|
2022-06-18 17:21:37 +03:00 |
task_timer.h
|
deboostify task_timer.
|
2022-06-18 17:21:37 +03:00 |
TinySHA1.hpp
|
Cleanup include folder into crow subfolder
|
2016-09-21 23:11:06 +09:00 |
utility.h
|
add comment to trim function, use it correctly and remove redundant whitespace checks in CookieParser .
|
2022-06-18 17:21:37 +03:00 |
version.h
|
created new rules, used bot to enforce rules in PRs
|
2021-11-25 14:45:38 +03:00 |
websocket.h
|
replace std::error_code with asio::error_code.
|
2022-06-18 17:21:37 +03:00 |