Thank you to the maintainers of this gem! It is a critical part of some open source software that I maintain.
This PR allows headers with periods to be recognised as valid HTTP headers and preserved in the extract_http_request_headers method. According to https://tools.ietf.org/html/rfc7230#section-3.2.6 it is valid for a header to contain a period.
Thank you to the maintainers of this gem! It is a critical part of some open source software that I maintain.
This PR allows headers with periods to be recognised as valid HTTP headers and preserved in the
extract_http_request_headers
method. According to https://tools.ietf.org/html/rfc7230#section-3.2.6 it is valid for a header to contain a period.