cloudwego / volo

Rust RPC framework with high-performance and strong-extensibility for building micro-services.
https://crates.io/crates/volo
Apache License 2.0
2.13k stars 166 forks source link

feat(volo-http): add `Redirect` for http server #447

Closed wfly1998 closed 3 weeks ago

wfly1998 commented 3 weeks ago

Motivation

Add Redirect for response 3XX status code with Location for redirecting user agent to another location.

Solution