Skip to content

Instantly share code, notes, and snippets.

@laser
Last active August 29, 2015 14:11
Show Gist options
  • Save laser/cd378048dcbdc955ab93 to your computer and use it in GitHub Desktop.
Save laser/cd378048dcbdc955ab93 to your computer and use it in GitHub Desktop.
Echo input to output
application input: HttpInput (HTTP request body)
|
|
+--> post-notes-handler: HttpInput (returns what it's passed)
|
|
+--> response: Hash Map (a shell HTTP response)
|
|
+--> application output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment