urna v0.2.5 Urna
Summary
Functions
Make the DSL available to the module
Functions
Make the DSL available to the module.
Options
:headers
- default headers to send with every response:allow
- CORS rules for what to allow:origins
- list of origins to allow:methods
- list of methods to allow ortrue
to allow any method:headers
- list of headers to allow ortrue
to allow any header:credentials
- whether to allow credentials or not
:adapters
- list of adapters, defaults to [Urna.JSON]