class ActionDispatch::Request
def route_uri_pattern
using the same format as `bin/rails routes`:
Returns the URI pattern of the matched route for the request,
def route_uri_pattern get_header("action_dispatch.route_uri_pattern") end
def route_uri_pattern get_header("action_dispatch.route_uri_pattern") end