plexy v0.3.3 API Reference
Modules
Plexy is a toolkit for building excellent APIs with Elixir
Provides access to a hard coded config value, a value stored as a environment variable on the current system at runtime or a default provided value
A plug for logging basic request information in the format: instrumentation at=start method=get path=/apps instrumentation at=finish method=get path=/apps elapsed=100 status=200
Plexy.Logger is a proxy to Elixir's built-in logger that knows how to handle non char-data and has a few other helpful logging functions
SimpleRedactor is able to filter and redact sensative data
A plug that reads from specified :req_headers for given request ids, prepends a new generated one, and adds all as a comma seperated list to the specified res_header