actix-web
actix-web copied to clipboard
Support for passing in named parameters in url_for.
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.