Implement support for InputRange
in vibe.web.rest
& associates
#2334
Labels
C. Network Communication
An issue which is related to network communication
prio-high
Will have an effect in the next three sprints
Milestone
Currently we are forced to always return arrays when returning sets of data, which forces allocation.
We should be able to return an input range that can be consumed by Vibe.d at no or little cost.
Since we use
interface
andclass
es, the functions should use https://dlang.org/phobos/std_range_interfaces.htmlThis also will need to be implemented in LocalRest.
The text was updated successfully, but these errors were encountered: