rspec_api_documentation icon indicating copy to clipboard operation
rspec_api_documentation copied to clipboard

Deal with nil rack.input with rack 3.1

Open rahearn opened this issue 8 months ago • 0 comments

After moving to rack 3.1.x, last_request.env["rack.input"] is returning nil on get requests. This will safely deal with that situation, replacing the return value with an empty string.

rahearn avatar Jun 13 '24 01:06 rahearn