In the previous sections, we visited the concepts of creating HTTP routes. In this section, we'll look at HTTP context path routing. Using the cf create-route with the --path option enables us to create a path for a given route for any application:
Context path routing enables us to map applications on the basis of a path for a given route, as we can see in the preceding figure. For one of the earlier paths, we can create a context path route by the command cf create-route development domain.com ...