statcode
statcode copied to clipboard
Update header comparison, update readme and add tests
- Add support for case insensitive comparison of header parameters
- Previously running the following
statcode cache-controlwould return the following errorSorry, statcode doesn't recognize: cache-control - After changes the following
statcode cache-controlwill return the same results asstatcode Cache-Control
- Previously running the following
- Add pytest to test functionality of parameters can execute using
pytest test_parameters.py - Update readme to reflect header functionality
@shobrook - would you be able to review these changes when you have some time? Thanks