You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add runtime support for parameters of type MultipartFile in Hilla endpoint controller.
The files should be uploaded using HTTP multipart/form-data encoding. Note that the encoding changes from the regular application/json when requests contain file parameters.
Users can add additional parameters and return any Hilla supported result type in the same endpoint.
Add runtime support for parameters of type
MultipartFile
in Hilla endpoint controller.The files should be uploaded using HTTP
multipart/form-data
encoding. Note that the encoding changes from the regularapplication/json
when requests contain file parameters.Users can add additional parameters and return any Hilla supported result type in the same endpoint.
At the same time, let us add integration tests.
Example endpoint:
TypeScript usage:
The text was updated successfully, but these errors were encountered: