| Trees | Indices | Help |
|
|---|
|
|
object --+
|
core.Component --+
|
RequestDispatcher
Web request dispatcher.
This component dispatches incoming requests to registered handlers. Besides, it also takes care of user authentication and request pre- and post-processing.
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |
|
Inherited from |
| Properties | |
|
authenticators List of components that implement ~trac.web.api.IAuthenticator
|
|
|
handlers List of components that implement ~trac.web.api.IRequestHandler
|
|
|
Inherited from |
|
| Method Details |
Headers to be added to the HTTP request. (''since 1.2.3'') The header name must conform to RFC7230 and the following reserved names are not allowed: content-type, content-length, location, etag, pragma, cache-control, expires. |
Find a registered handler that matches the request and let it process it. In addition, this method initializes the data dictionary passed to the the template and adds the web site chrome. |
| Property Details |
authenticatorsList of components that implement~trac.web.api.IAuthenticator
|
handlersList of components that implement~trac.web.api.IRequestHandler
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 5 01:50:15 2023 | http://epydoc.sourceforge.net |