corsica

Elixir library for dealing with CORS requests. 🏖

MIT License

Downloads
6.9M
Stars
524
Committers
20
corsica - Logging support Latest Release

Published by whatyouhide over 9 years ago

This version adds support for logging. Logging is opt-in, so this release is fully backwards compatible: you will have to manually set the :log_level option of the :corsica app config in order to activate logging.

config :corsica, log_level: :info

You can read more about logging in the docs for the 0.3.0 version.

corsica - Major code changes

Published by whatyouhide over 9 years ago

The core structure of Corsica has been completely reshaped. Be sure to read the new docs at https://hexdocs.pm/corsica.

corsica - First release

Published by whatyouhide over 9 years ago

This is the first full-fledged release of Corsica.