drogonframework / drogonframework/drogon

[suggestion (or question) ] - batch requests

Open
#1,360 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C++
Stars
14.3k
Forks
1.4k
Avg merge
1d 13h
Merged PRs (30d)
14

Description

hello everyone,
is there by any chance support for batching requests?

in asp net core, for example, I use this guy here: https://github.com/Tornhoof/HttpBatchHandler.

how does it work? simple, in this example above, we send a "custom" multipart content (in a single request), for a route like /api/batch and, the asp net core middleware capture this request, breaks into individual pieces and redirect to the corresponding dispatchers.

so, as I asked before, by any chance, is this possible in Drogon?

Thank you very much!
Ross.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.