June 2013
Intermediate to advanced
236 pages
4h 33m
English
This chapter is about routes—the request interfaces to your application. We have seen and used some routes in the previous chapters, but there is much more to routes than creating one by giving a name and including a callback function to handle the request.
In this chapter, you will get a deeper insight into how routes work and how you can customize them to make your application more flexible and powerful.
You will learn the following in this chapter.
Routes are URL schema, which describe the interfaces for making requests to your web app. Combining an HTTP request method (a.k.a. HTTP verb) and a path pattern, you define URLs in your ...
Read now
Unlock full access