Skip to content

Commit

Permalink
Merge pull request #435 from bayan/master
Browse files Browse the repository at this point in the history
There is only one fact at the top of the interceptors documentation.
  • Loading branch information
ohpauleez committed Jun 1, 2016
2 parents a924b7d + 0fe6b1e commit ffb46df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions guides/documentation/service-interceptors.md
Expand Up @@ -16,10 +16,11 @@

## Ring Request Processing

Any discussion of Interceptors should start with two important facts:
Any discussion of Interceptors should start with an important fact:

1. Interceptors are more complex to write than ring middlewares.
2. Why would anyone ever choose to embrace this additional complexity?
Interceptors are more complex to write than ring middlewares.

So why would anyone ever choose to embrace this additional complexity?

Let's start by first examining Ring's approach to request processing.

Expand Down

0 comments on commit ffb46df

Please sign in to comment.