class documentation
View to show the requests in the ACME text UI.
| Method | __init__ |
Initialize the view. |
| Method | action |
Delete the requests. |
| Method | action |
Disable request recording. |
| Method | action |
Enable request recording. |
| Method | action |
Refresh the requests. |
| Method | action |
Toggle the comment style. |
| Method | action |
Toggle the list details. |
| Method | compose |
Compose the view. |
| Method | current |
Set the current resource ID. |
| Method | delete |
Delete the requests from the storage. |
| Method | on |
Handle Click events. Copy the request or response to the clipboard. |
| Async Method | on |
Handle the highlighting of a request in the list. |
| Async Method | on |
Handle the selection of a request in the list. |
| Method | on |
Called when the view is shown. |
| Method | update |
Update the bindings. |
| Method | update |
Update the requests. |
| Constant | BINDINGS |
The key bindings for the view. |
| Class Variable | request |
Injected RequestManager instance. |
| Class Variable | storage |
Injected Storage instance. |
| Class Variable | validator |
Injected Validator instance. |
| Instance Variable | comments |
Show comments in requests and responses in one line. |
| Instance Variable | current |
The current request. |
| Instance Variable | current |
The current response. |
| Instance Variable | list |
Show list details. |
| Property | current |
The current resource ID. |
| Property | request |
The view for the list of requests. |
| Property | request |
The view for the list of requests. |
| Property | request |
The view for the list of responses. |
| Method | _show |
Show the request and response of a request. |
| Instance Variable | _app |
The application. |
| Instance Variable | _current |
The current requests. |
| Instance Variable | _current |
The current resource ID. |
| Instance Variable | _request |
The list of requests view. |
| Instance Variable | _request |
The request view. |
| Instance Variable | _request |
The response view. |
Handle Click events. Copy the request or response to the clipboard.
| Parameters | |
event:events.Click | The Click event. |
Handle the highlighting of a request in the list.
| Parameters | |
selected:ListView.Highlighted | The highlighted request. |
Handle the selection of a request in the list.
| Parameters | |
selected:ListView.Selected | The selected request. |
BINDINGS =
¶
The key bindings for the view.
| Value |
|