hassanhabib / RESTFulSense

A RESTFul operations client that serializes responses and throws meaningful exceptions for >= 400 status codes.
https://www.restfulsense.com
237 stars 51 forks source link

Option for allowing creation of multipart-form for non-string types #133

Closed Catalin-Andronie closed 1 year ago

Catalin-Andronie commented 1 year ago

This is a DRAFT PR and is not meant to be merged, it is here only to illustrate one option for allowing the creation of multipart-form for non-string types. See #132

@BrianLParker @hassanhabib what do you think about this approach?

Catalin-Andronie commented 1 year ago

Closing PR since a better approach is done in #136