okapi icon indicating copy to clipboard operation
okapi copied to clipboard

Add support for multipart form data

Open rashadg1030 opened this issue 3 years ago • 0 comments

I can do this two ways:

  1. Introduce IO into the MonadOkapi stack and parse multipart form data inside a Okapi parser
  2. 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.

rashadg1030 avatar Sep 01 '22 03:09 rashadg1030