Crow icon indicating copy to clipboard operation
Crow copied to clipboard

A Fast and Easy to use microframework for the web.

Results 192 Crow issues
Sort by recently updated
recently updated
newest added

Hey, Great library, its awesome! I was wondering if chunked transfer encoding is supported or if there are any plans to support this feature? It would be very beneficial to...

Crow is amazing, thank you for the effort. There is one missing bit, and I am aware it is not completely in line with rest of the project, but it...

feature

would like to understand why the minimal example report so many warning: crow version: v1.2.1.2 ``` \crow\mustache.h(116,48): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data \crow\mustache.h(97,33):...

question

An attempt to fix https://github.com/CrowCpp/Crow/issues/941#issue-2650607708 by separating static blueprint paths from "normal" blueprint paths.

## Description This issue arises whenever a client opens a WebSocket and does not close it before the server shuts down. ## Version used Crow release version v1.2.0 [https://github.com/CrowCpp/Crow/releases/tag/v1.2.0](https://github.com/CrowCpp/Crow/releases/tag/v1.2.0) ##...

bug
discussion

Is there a way to invalidate all sessions where a specific field has a specific value? To be more specific, when a user requests to log out all devices or...

question

**Description** Setting the CROW_DISABLE_STATIC_DIR define, e.g. via `target_compile_definitions(Crow INTERFACE CROW_DISABLE_STATIC_DIR)` in the CMakeLists.txt, disables all blueprint paths. **Steps to reproduce the behavior:** 1. Set the define CROW_DISABLE_STATIC_DIR 2. Compile the...

bug

The generated packages should be uploaded only on release branches.

task

I'm currently using Crow extensively for a project. After doing some research in the Crow repository and reviewing code and related issues, particularly [Issue #717](https://github.com/CrowCpp/Crow/issues/717), I noticed a limitation: it...

feature
discussion