eview v0.12.4 EView.Plugs.Idempotency
This Plug allows to take X-Idempotency-Key
header from request and sent it back to client.
Examples
Modify your endpoint.ex
and add before plug MyApp.Router
:
plug EView.Plugs.Idempotency
Link to this section Summary
Link to this section Functions
Callback implementation for Plug.call/2
.
Link to this function
init(opts)
Callback implementation for Plug.init/1
.