0.01
No release in over 3 years
Low commit activity in last 3 years
TraceHedaer is to inspect how the response headers would be changed by Rack middleware, and display them in your terminal.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 10.0

Runtime

 Project Readme

TraceHeader

PLEASE DO NOT USE THIS GEM IN YOUR PRODUCTION ENVIRONMENT

Because This gem may change the behavior of your application. Also, this doesn't work concurrently.

Use this gem only to learn about HTTP response headers and the Rack middleware.

Installation

Add this line to your application's Gemfile:

gem 'trace_header'

And then execute:

$ bundle

Usage

WIP

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/shioimm/trace_header.