Skip to content

Instantly share code, notes, and snippets.

@durka
Created July 18, 2017 17:56
Show Gist options
  • Save durka/01252eb5393af10b57a9cb85146ade6a to your computer and use it in GitHub Desktop.
Save durka/01252eb5393af10b57a9cb85146ade6a to your computer and use it in GitHub Desktop.
#[get("/<date>/<flow>/<idx>")]
fn episode_login(uri: &URI, date: Datestamp, flow: Option<FlowType>, idx: u32) -> Redirect {
Redirect::to(&format!("/login?redir={}", URI::percent_encode(uri.as_str())))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment