January 2019
Intermediate to advanced
378 pages
11h 35m
English
URLs and routes definitions are configurable in the file, as shown:
[METHOD] [URL Pattern] [Controller.Method]GET / MyGoSite.Hello
We can route the URLs with Revel in different ways. The following are a few routing methods with examples:
A few other methods that Revel supports for routing (that we aren't covering in this section) are auto-routing, reverse-routing, static serving, and purge.
Read now
Unlock full access