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
Introduce IO into the MonadOkapi stack and parse multipart form data inside a Okapi parser
Parse the multipart form data from the request before it is passed into Okapi. We can avoid introducing IO into the MonadOkapi constraint this way. Have to change Body to sum type representing the different types of form data.
The text was updated successfully, but these errors were encountered:
I can do this two ways:
MonadOkapi
stack and parse multipart form data inside a Okapi parserBody
to sum type representing the different types of form data.The text was updated successfully, but these errors were encountered: