chiark / gitweb /
CLI option to log HTTP transactions to a file.
authorSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 10:17:27 +0000 (10:17 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 4 Jan 2024 12:03:24 +0000 (12:03 +0000)
commit42f5c60226cc4a86708b2e485c423299ecce614d
treebb55aa04ccee48eea0bf027a0b7622eccc16de6a
parentb4c4ad94f9dc9e31f850a3d4fb241a11eeb3a294
CLI option to log HTTP transactions to a file.

This allows me to actually see what's going on when the client
misbehaves.
src/client.rs
src/login.rs
src/main.rs
src/tui.rs