Shape Shape

URL Routing

URL Routing is the process of directing web requests to the appropriate handler or controller based on the URL. Used in web frameworks to map URLs to functions or pages.

Example:

A Django app routes /login URL to the login view.

WhatsApp Icon