Skip to content

Instantly share code, notes, and snippets.

@robfletcher
Created February 1, 2016 13:09
Show Gist options
  • Save robfletcher/65b4f08b5553dc1b362b to your computer and use it in GitHub Desktop.
Save robfletcher/65b4f08b5553dc1b362b to your computer and use it in GitHub Desktop.
ctx
.byMethod(spec ->
spec
.get(() -> ctx.render("GET"))
.post(() -> ctx.render("POST"))
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment