View Source ReqMulti (req_multi v0.1.0)

A Req plugin to handle multipart upload

Summary

Functions

Attach to your Req.Request to start using it.

Functions

@spec attach(req :: Req.Request.t()) :: Req.Request.t()

Attach to your Req.Request to start using it.

Examples

iex> Req.new() |> ReqMulti.attach()