Packages

This is a partial implementation of RFC2387. This implementation is heavily influence by `Plug.Parsers.MULTIPART` which is shipped with Plug.

Current section

Files

Jump to
Raw

README.md

# PlugMultipartRelated
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `plug_multipart_related` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:plug_multipart_related, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/plug_multipart_related](https://hexdocs.pm/plug_multipart_related).