So, now that you're at the end of this chapter, you should be able to answer the following questions:
- What are the special route tokens?
- How can we prevent a route from being selected depending on the request's HTTP verb?
- How can we prevent a route from being selected unless the request uses HTTPS?
- How can we serve different views depending on the occurred HTTP error code?
- How can we prevent methods in controllers from being called?
- How can we force a route value to be of a particular type (for example, a number)?
- What is a route handler?