.. |
middlewares
|
several changes:
|
2021-08-20 03:57:21 +03:00 |
app.h
|
Constrain and warn GCC 8 bug
|
2021-11-25 15:14:45 +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
|
fix faulty https redirection.
|
2021-11-22 02:45:08 +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
|
remove every occurance of #define CROW_MAIN .
|
2021-11-21 17:25:16 +01:00 |
http_server.h
|
Added protocol to log URL when starting crow
|
2021-11-22 16:03:55 +03: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
|
remove the need for #define CROW_MAIN .
|
2021-11-21 17:25:16 +01: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
|
remove the need for #define CROW_MAIN .
|
2021-11-21 17:25:16 +01:00 |
settings.h
|
Constrain and warn GCC 8 bug
|
2021-11-25 15:14:45 +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
|
remove the need for #define CROW_MAIN .
|
2021-11-21 17:25:16 +01:00 |
websocket.h
|
added macro to enforce ws spec and added 16/64 bit payload length unit tests for ws
|
2021-11-22 17:39:48 +03:00 |