..
middlewares
several changes:
2021-08-20 03:57:21 +03:00
app.h
replace dumb_timer_queue
with new task_timer
.
2021-11-19 18:55:10 +01:00
ci_map.h
documented as much as possible relating to the API reference
2020-11-19 01:13:57 +03:00
common.h
added status codes enum
2021-09-30 20:38:23 +03:00
compression.h
added CROW_ENABLE_COMPRESSION macro to enable zlib compression
2021-06-03 17:12:20 +03:00
http_connection.h
task_timer: rename set_timeout
to schedule
.
2021-11-20 17:03:58 +01:00
http_parser_merged.h
Added checks for GET on HTTP/0.9 and any other errors
2021-11-01 12:02:25 +03:00
http_request.h
Update http_request.h
2021-08-14 18:01:19 +05:30
http_response.h
added another constructor with status-code
2021-08-29 16:36:13 +05:30
http_server.h
http_server: fix reordering warning.
2021-11-21 15:45:46 +01:00
json.h
made it so that workarounds would only run if the user is on an apple machine
2021-10-22 14:27:10 +03:00
logging.h
Changed to #ifndef in logging.h
2021-06-02 17:05:52 +02:00
middleware_context.h
documented as much as possible relating to the API reference
2020-11-19 01:13:57 +03:00
mime_types.h
macro rename
2021-03-31 20:30:32 +03:00
multipart.h
Fix constness on json dump method #133
2021-05-18 18:10:39 +02:00
mustache.h
Merge branch 'master' of https://github.com/CrowCpp/crow into sfinktah-64bit-compat-1
2021-02-21 11:14:52 +11:00
parser.h
Added checks for GET on HTTP/0.9 and any other errors
2021-11-01 12:02:25 +03:00
query_string.h
fixed typos
2021-05-13 13:30:48 +03:00
returnable.h
Fix constness on json dump method #133
2021-05-18 18:10:39 +02:00
routing.h
Revert "defining CROW_ENABLE_SSL disables non SSL code"
2021-08-31 18:14:05 +02:00
settings.h
Cpp17 flag for msvc
2021-10-31 20:25:11 +01:00
socket_adaptors.h
Revert "defining CROW_ENABLE_SSL disables non SSL code"
2021-08-31 18:14:05 +02:00
task_timer.h
task_timer: align comment style with Crow's.
2021-11-21 15:45:40 +01:00
TinySHA1.hpp
Cleanup include folder into crow subfolder
2016-09-21 23:11:06 +09:00
utility.h
Added Base64 decoder function and Base 64 unit tests
2021-10-31 02:50:19 +03:00
version.h
fixed problem where using multiple files caused an error because you can't have extern constexpr
2021-08-05 17:01:03 +03:00
websocket.h
allow remote IP to be accessed from websocket object
2021-11-01 23:57:21 +03:00