mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 14:02:49 +08:00
Update bigpicture.rst (spelling) (#994)
fixed 2 spelling/grammar mistakes.
This commit is contained in:
parent
8117366313
commit
7efb217400
@ -15,11 +15,11 @@ it reaches a request builder middleware where it creates a HttpRequestMessage ob
|
||||
used to make a request to a downstream service. The middleware that makes the request is
|
||||
the last thing in the Ocelot pipeline. It does not call the next middleware.
|
||||
The response from the downstream service is stored in a per request scoped repository
|
||||
and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware
|
||||
and retrieved as the requests goes back up the Ocelot pipeline. There is a piece of middleware
|
||||
that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client.
|
||||
That is basically it with a bunch of other features.
|
||||
|
||||
The following are configuration that you use when deploying Ocelot.
|
||||
The following are configurations that you use when deploying Ocelot.
|
||||
|
||||
Basic Implementation
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
Loading…
x
Reference in New Issue
Block a user