Crow/examples
The-EDev f5338260bb several changes:
added json list in a similar fashion to json object
renamed object_type to object
updated readme, index.html, and json.md to include objects and lists
updated examples to be slightly cleaner and include lists
replaced instances of json object (std::map and such) with the short version (object)
accurate floating point number dumping (`6.0` instead of `6`) while taking 1/30th of the time (29 microseconds saved)
added json list testing
snuck in utf-8 middleware warning fix
snuck in twitter card style for crowcpp.org site (makes social media cards look way better with a large image)
2021-08-20 03:57:21 +03:00
..
ssl macro rename 2021-03-31 20:30:32 +03:00
websocket removed extra semicolon (from @luxe) 2021-07-05 21:04:51 +03:00
CMakeLists.txt Merge branch 'master' 2021-07-06 01:51:50 +03:00
example_blueprint.cpp small fixes, optimizations, and documentation 2021-07-30 13:09:01 +03:00
example_catchall.cpp changed catchall to fit with the rest of crow 2021-04-12 08:25:09 +03:00
example_chat.cpp macro rename 2021-03-31 20:30:32 +03:00
example_chat.html source resturcturing + CMake 2014-08-07 01:18:33 +09:00
example_compression.cpp added CROW_ENABLE_COMPRESSION macro to enable zlib compression 2021-06-03 17:12:20 +03:00
example_json_map.cpp several changes: 2021-08-20 03:57:21 +03:00
example_static_file.cpp fixed issue where disabling crow static directory would also disable all other routes 2021-07-05 12:18:00 +03:00
example_test.py Add a testcase for large response + Connection:close header 2016-09-10 01:57:09 +09:00
example_vs.cpp Edit example_vs.cpp to use CROW_ROUTE instead of app.route_dynamic. 2021-05-23 20:59:21 +12:00
example_with_all.cpp several changes: 2021-08-20 03:57:21 +03:00
example.cpp several changes: 2021-08-20 03:57:21 +03:00
example.py source resturcturing + CMake 2014-08-07 01:18:33 +09:00
helloworld.cpp several changes: 2021-08-20 03:57:21 +03:00