actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

add redirect service

Open robjtede opened this issue 4 years ago • 2 comments

PR Type

Feature

PR Checklist

  • [x] Tests for the changes have been added / updated.
  • [x] Documentation comments have been added / updated.
  • [x] A changelog entry has been made for the appropriate packages.
  • [x] Format code with the latest stable rustfmt.
  • [x] (Team) Label with affected crates and semver status.

Overview

Adds a rudimentary redirect HTTP service.

robjtede avatar Feb 06 '21 16:02 robjtede

A preview of this is in actix-web-lab: https://docs.rs/actix-web-lab/0.2.0/actix_web_lab/struct.Redirect.html

robjtede avatar Jan 05 '22 11:01 robjtede

A preview of this is in actix-web-lab: https://docs.rs/actix-web-lab/0.2.0/actix_web_lab/struct.Redirect.html

fyi similar documentation issue over there too, and the MSDN link doesn't work. 😨 Loving the labs idea though.

Zageron avatar Jan 05 '22 14:01 Zageron