Skip to content

Instantly share code, notes, and snippets.

@ryangreenberg
Created October 3, 2017 17:52
Show Gist options
  • Save ryangreenberg/9c7a387ed05ceda8b6cfbca3c40c2172 to your computer and use it in GitHub Desktop.
Save ryangreenberg/9c7a387ed05ceda8b6cfbca3c40c2172 to your computer and use it in GitHub Desktop.
Rack middleware, Finagle Filter, etc.
request         response
  |                 Λ
+-|-----------------|--+
| |   MIDDLEWARE 1  |  |
+-|-----------------|--+
| |   MIDDLEWARE 2  |  |
+-|-----------------|--+
| V   APPLICATION   |  |
+----------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment