Incubating v0.1.0
Multipart Ex
Client-agnostic multipart/form-data builder with explicit file handling and streaming encoding. Safe, predictable file inputs and configurable serialization strategies for complex…
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 0
- All-time downloads: 0
- Maintainers: nshkrdotcom
Installation
Add multipart_ex to your list of dependencies in mix.exs:
def deps do
[
{:multipart_ex, "~> 0.1.0"}
]
endThen run:
mix deps.get