class documentation
The Update view for the ACME text UI. This is a container that contains the Update request view and the response view.
| Method | __init__ |
Initialize the view. |
| Method | action |
Show the last / current request as cURL command. |
| Method | compose |
Build the Update view. |
| Method | do |
Handle the Send UPDATE Request button event. |
| Method | update |
Update the resource to update. |
| Constant | BINDINGS |
Key bindings for the Update view. |
| Instance Variable | request |
The request originator. |
| Instance Variable | request |
The request view. |
| Instance Variable | resource |
The resource to update. |
| Instance Variable | response |
The response view. |
| Instance Variable | _app |
The application. |