Skip to content

Instantly share code, notes, and snippets.

@teivah
Created May 30, 2018 13:16
Show Gist options
  • Save teivah/f4e074bb5b93ff0870ed2d3f2bc754be to your computer and use it in GitHub Desktop.
Save teivah/f4e074bb5b93ff0870ed2d3f2bc754be to your computer and use it in GitHub Desktop.
router.route(HttpMethod.GET, "/hello/:name").handler(routingContext -> {
// Retrieving request and response objects
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment