Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created June 27, 2018 18:36
Show Gist options
  • Save azamsharp/dfa2fe2edc0c1dfccb5ffbc6ce6e5838 to your computer and use it in GitHub Desktop.
Save azamsharp/dfa2fe2edc0c1dfccb5ffbc6ce6e5838 to your computer and use it in GitHub Desktop.
router.get("movies",String.parameter) { request -> String in
let genre = try request.parameters.next(String.self)
return "Movie with genre \(genre)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment