Replies: 1 comment 1 reply
-
This would generate a fundamentally different interface from the non-streaming version. post:
requestBody:
content:
multipart/form-data:
x-ogen-multipart-streaming: true |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current ogen generated code uses *Request.ParseMultipartForm, which stores data in the filesystem.
As we sometimes do not want to store data in the filesystem, it would be great if ogen
could generate code using *Request.MultipartReader which can process the request body as a stream.
Beta Was this translation helpful? Give feedback.
All reactions