robjtede / actix-web-lab

Experimental extractors, middleware, and other extras for possible inclusion in Actix Web.
Apache License 2.0
98 stars 14 forks source link

Add middleware to redirect traffic from www host #65

Closed ggueyraud closed 1 year ago

ggueyraud commented 1 year ago

Redirect traffic from www to non-www host. Maybe use .split instead of [..x] could be more standard but it achieve the same work here, tell me I will make the change.

robjtede commented 12 months ago

Released this in v0.20.1 today with the improvement you suggested @ggueyraud !