Add a proper "stream" attribute to method #7

Closed
opened 2022-01-12 09:50:42 +01:00 by Jef Roosens · 0 comments
Owner

The user should be able to add a stream attribute to a method, causing the request's content to not get parsed. In exchange, the request should contain a BufferedReader containing the request's contents.

If the stream tag isn't specified, a request should have a maximum content size that can be requested (e.g. 1MB). Maybe this limit could also be configured using an attribute.

The user should be able to add a `stream` attribute to a method, causing the request's content to not get parsed. In exchange, the request should contain a BufferedReader containing the request's contents. If the `stream` tag isn't specified, a request should have a maximum content size that can be requested (e.g. 1MB). Maybe this limit could also be configured using an attribute.
Jef Roosens added the
enhancement
label 2022-01-12 09:50:42 +01:00
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: vieter-v/vieter#7
No description provided.