secure_server v0.1.0 Plug.Parsers.ENCRYPTED

Parses ENCRYPTED request body.

ENCRYPTED arrays are parsed into a "_encrypted" key to allow proper param merging.

An empty request body is parsed as an empty map.

Blatently ripped from https://github.com/elixir-lang/plug/blob/master/lib/plug/parsers/json.ex

Summary

Functions

Callback implementation for c:Plug.Parsers.parse/5

Functions

parse(conn, arg2, subtype, headers, opts)

Callback implementation for c:Plug.Parsers.parse/5.