Part of lp.services.webapp.interfaces View In Hierarchy
Known subclasses: lp.services.webhooks.payload.IWebhookPayloadRequest
Object | form_ng | Undocumented |
Inherited from IBasicLaunchpadRequest:
Attribute | stepstogo | The StepsToGo object for this request, allowing you to inspect and alter the remaining traversal steps. |
Attribute | traversed_objects | List of traversed objects. This is appended to during traversal. |
Attribute | query_string_params | A dictionary of the query string parameters. |
Bool | is_ajax | Indicates whether the request is an XMLHttpRequest. |
Method | getRootURL | Return this request's root URL. |
Method | getNearest | Searches for the last traversed object to implement one of |
Method | getURL | See IHTTPApplicationRequest . |