Arclight.PlugJsonBody (arclight v0.2.6-pre)
Plug to extract json in POST body into :json_body assign.
Link to this section Summary
Link to this section Functions
Link to this function
call(conn, opts)
Callback implementation for Plug.call/2
.
Link to this function
extract_json_body(conn, opts)
Specs
extract_json_body( Plug.Conn.t(), keyword() ) :: Plug.Conn.t()
Link to this function
init(opts)
Callback implementation for Plug.init/1
.