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.
I can do this two ways:
MonadOkapistack and parse multipart form data inside a Okapi parserBodyto sum type representing the different types of form data.