Here are
19 public repositories
matching this topic...
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
Face Recognition with RetinaFace and ArcFace.
System of autonomous cabs with integrated simulator of vehicles and sample front-end
Object detection API server using crow webserver and TensorFlow Lite.
Domoticz AAP IP Module Plugin for AAP and Crow Security Alarms
-
Updated
Mar 12, 2019
-
Python
slowly oscillating frequencies for monome crow
-
Updated
Oct 22, 2021
-
SuperCollider
With this servermod you can easily send script commands via a POST request with HTTP or HTTPS to your ArmA server!
Uma simples aplicação web que irá fazer o upload de um objeto para um bucket escolhido!
Extensible text editor using C.R.O.W. for the interface.
A Simple Framework for Image Retrieval
-
Updated
May 16, 2022
-
Python
A bash script that runs clang format on the diff between a PR and `master`, then submits a GH status + comment based on the result.
-
Updated
Nov 24, 2021
-
Shell
🖤Edgar Allan Poe books and audiobooks
Crow Really Outta Work - User Friendly GUI for High Throughput Experimentation Automation
-
Updated
May 3, 2022
-
Python
Raise your own virtual crow 🐦
cloudless (standalone) freeboard dashboard for embedded system
-
Updated
Sep 16, 2018
-
HTML
A hello world app made using Svelte framework and Crow Microframework for C++.
C++ webserver template built using C++, crow web framework. Deployed as a docker container on heroku with MongoDB
C++ web server built with Crow
Improve this page
Add a description, image, and links to the
crow
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
crow
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
If an endpoint returns a status that does't exist in this map
https://github.com/CrowCpp/Crow/blob/master/include/crow/http_connection.h#L270
the actual returned code is set to 500
https://github.com/CrowCpp/Crow/blob/master/include/crow/http_connection.h#L319
This happens without any warning log (I've checked with debug level).
Imo the easiest solution is to add a warning log to the bl