You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now url_for takes an iterator of &strs as input, and fills out the resource parameters in order.
It'd be nice if there was a related function which took an iterator over (&str, &str) key-value pairs and filled out the resource parameters using their keys.
The text was updated successfully, but these errors were encountered:
Right now
url_for
takes an iterator of&str
s as input, and fills out the resource parameters in order.It'd be nice if there was a related function which took an iterator over
(&str, &str)
key-value pairs and filled out the resource parameters using their keys.The text was updated successfully, but these errors were encountered: