cortexlabs/cortex

Add support for multipart/form-data to AsyncAPI

miguelvr opened this issue · 0 comments

Description

AsyncAPI currently only supports strings, JSON, and binary payloads. Multipart/form-data is a very common payload type and could be particularly useful for this API type.

Motivation

This would improve the UX and spare the user of having to parse the binary payload.

Additional context