December 2017
Intermediate to advanced
260 pages
7h 34m
English
The most important feature is routing, in which we specify the URLs that the application is going to handle. It is a feature that is installed into an application to simplify and structure page requests handling. There are a couple of ways to specify the URLs.
The get, post, put, delete, head, and options functions are convenient shortcuts for a flexible and powerful routing system to specify any HTTP method such as GET and POST.
It is built in a DSL manner.
Read now
Unlock full access