Skip to content

Commit

Permalink
Added missing word to documentation (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantower committed Apr 25, 2023
1 parent b54cbc6 commit 444005a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/BasicYarpSample/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Basic YARP Sample

This sample shows how to consume the YARP Library to produce a simple reverse proxy server.
The proxy server is implemented a plugin component for ASP.NET Core applications. ASP.NET Core servers like Kestrel provide the front end for the proxy by listening for http requests and then passing them to the proxy for paths that the proxy has registered. The proxy handles the requests by:
The proxy server is implemented as a plugin component for ASP.NET Core applications. ASP.NET Core servers like Kestrel provide the front end for the proxy by listening for http requests and then passing them to the proxy for paths that the proxy has registered. The proxy handles the requests by:
- Mapping the request URL path to a route in proxy configuration.
- Routes are mapped to clusters which are a collection of destination endpoints.
- The destinations are filtered based on health status, and session affinity (not used in this sample).
Expand Down

0 comments on commit 444005a

Please sign in to comment.