rspec_api_documentation
rspec_api_documentation copied to clipboard
Deal with nil rack.input with rack 3.1
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.