Skip to content

Add support for multipart form data #25

@rashadg1030

Description

@rashadg1030

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions