Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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