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
It should be possible to post a multipart request to the watchdog and work with the parts in such a way that Content-Disposition header information (such as the filename) is available to the function.
If there is only one part, feed it to stdin.
If possible, allow to access multiple parts by their names as stream, too.
Make content-disposition information available to the function similar to the usual request headers.
(The Content-Disposition header is defined as a response header only, but it may occur in multipart/formdata for requests).
Current Behaviour
There is no special support for multipart requests.
Possible Solution
Context
The related issue openfaas/faas#344 asked for multipart support by means of a json object containing all base64 encoded parts, that might not be ideal in terms of memory requirements for big multipart requests.
In openfaas/faas#345 it was concluded that support for multipart should go into of-watchdog
The text was updated successfully, but these errors were encountered:
Expected Behaviour
It should be possible to post a multipart request to the watchdog and work with the parts in such a way that Content-Disposition header information (such as the filename) is available to the function.
If there is only one part, feed it to stdin.
If possible, allow to access multiple parts by their names as stream, too.
Make content-disposition information available to the function similar to the usual request headers.
(The Content-Disposition header is defined as a response header only, but it may occur in multipart/formdata for requests).
Current Behaviour
There is no special support for multipart requests.
Possible Solution
Context
The related issue openfaas/faas#344 asked for multipart support by means of a json object containing all base64 encoded parts, that might not be ideal in terms of memory requirements for big multipart requests.
In openfaas/faas#345 it was concluded that support for multipart should go into
of-watchdog
The text was updated successfully, but these errors were encountered: