📄️ Errors
Actix Web uses its own actixweb::ResponseError trait for error handling from web handlers.
📄️ URL Dispatch
URL dispatch provides a simple way for mapping URLs to handler code using a simple pattern matching language. If one of the patterns matches the path information associated with a request, a particular handler object is invoked.