Crow/include/crow
2021-02-21 11:14:52 +11:00
..
middlewares moved middlewares folder inside crow folder 2020-11-11 23:43:57 +03:00
app.h Added HTTP compression using gzip or deflate (disabled by default, requires calling method) 2021-01-02 22:12:04 +03:00
ci_map.h documented as much as possible relating to the API reference 2020-11-19 01:13:57 +03:00
common.h Update common.h 2021-02-09 03:29:07 +11:00
compression.h Added HTTP compression using gzip or deflate (disabled by default, requires calling method) 2021-01-02 22:12:04 +03:00
dumb_timer_queue.h converted all (int) to static_cast 2021-02-21 11:14:30 +11:00
http_connection.h converted all (int) to static_cast 2021-02-21 11:14:30 +11:00
http_parser_merged.h Merge branch 'master' of https://github.com/CrowCpp/crow into sfinktah-64bit-compat-1 2021-02-21 11:14:52 +11:00
http_request.h Changed the behaviour of redirect function to redirect to a route if no http:// is available 2020-12-26 19:54:41 +03:00
http_response.h Properly clear responses 2021-02-12 13:21:59 +01:00
http_server.h fixes for **some** msvc compatibility issues 2021-02-09 03:25:02 +11:00
json.h converted all (int) to static_cast 2021-02-21 11:14:30 +11:00
logging.h Merge branch 'master' of https://github.com/CrowCpp/crow into sfinktah-64bit-compat-1 2021-02-21 11:14:52 +11: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 Refactored mime type generating script 2020-10-07 12:17:37 +03:00
multipart.h made json a returnable type and removed json specific code 2021-01-05 17:49:10 +03: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 converted all (int) to static_cast 2021-02-21 11:14:30 +11:00
query_string.h converted all (int) to static_cast 2021-02-21 11:14:30 +11:00
returnable.h Added virtual destructor to fix clang compilation 2021-01-15 03:45:57 +03:00
routing.h converted all (int) to static_cast 2021-02-21 11:14:30 +11:00
settings.h fixes for **some** msvc compatibility issues 2021-02-09 03:25:02 +11:00
socket_adaptors.h Added reference docs for dumb_timer_queue, http_request, http_response, and socket_adaptors 2020-11-14 05:28:07 +03:00
TinySHA1.hpp Cleanup include folder into crow subfolder 2016-09-21 23:11:06 +09:00
utility.h converted all (int) to static_cast 2021-02-21 11:14:30 +11:00
websocket.h converted all (int) to static_cast 2021-02-21 11:14:30 +11:00