Here’s a simplified example of ReRoute configuration file from one of the API Gateways from eShopOnContainers.
The main functionality of an Ocelot API Gateway is to take incoming HTTP requests and forward them on to a downstream service, currently as another HTTP request. Ocelot’s describes the routing of one request to another as a ReRoute.