Skip to content
#

header-only

Here are 1,347 public repositories matching this topic...

json
nlohmann
nlohmann commented Oct 31, 2021

When you want to help with the development of this library, there are plenty of things were you are more than welcome:

Blocked Issues

state: help needed good first issue
Crow
konradkar2
konradkar2 commented May 3, 2022

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

feature good first issue

Improve this page

Add a description, image, and links to the header-only 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 header-only topic, visit your repo's landing page and select "manage topics."

Learn more