Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 481 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 481 Bytes

Resolver App Config

Adds the basics of a Resolver consumer application:

  • Default HTTP headers for all HTTP responses

Installation

Add this line to your application's Gemfile:

gem 'resolver_app_config'

And then execute:

$ bundle

HTTP headers module

This module adds some default HTTP headers to all HTTP responses. Currently, all headers are security related but the module is not limited to these headers only.

Licence

MIT Licence