Skip to content

Instantly share code, notes, and snippets.

@bytekast
Created March 25, 2017 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bytekast/d0eae8c750fdb0067db40ba5d5c6810f to your computer and use it in GitHub Desktop.
Save bytekast/d0eae8c750fdb0067db40ba5d5c6810f to your computer and use it in GitHub Desktop.
interface Handler {
boolean route(Request request)
Response respond(Request request)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment