Add a proper "stream" attribute to method #7

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

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
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
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
There is no content yet.