actix / actix-web

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
https://actix.rs
Apache License 2.0
21.44k stars 1.66k forks source link

Added HttpRequest::url_for_map #3409

Open Herddex opened 3 months ago

Herddex commented 3 months ago

PR Type

Feature

PR Checklist

Overview

Added a new public method HttpRequest::url_for_map(), an alternative to HttpRequest::url_for().

Differences from HttpRequest::url_for():

The common code between the two methods was refactored to avoid repetition.

Closes #628