-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #651: HTTP Tracker Client: add
scrape
request
0624bf2 refactor: [#649] use anyhow to handle errors (Jose Celano) 271bfa8 feat: [#649] add cargo dep: anyhow (Jose Celano) 415ca1c feat: [#649] scrape req for the HTTP tracker client (Jose Celano) b05e2f5 refactor: [#649] use clap in HTTP tracker client (Jose Celano) f439015 feat: [#649] add cargo dependency: clap (Jose Celano) Pull request description: Usage: ```console cargo run --bin http_tracker_client scrape https://tracker.torrust-demo.com 9c38422213e30bff212b30c360d26f9a02136422 | jq ``` Response: ```json { "9c38422213e30bff212b30c360d26f9a02136422": { "complete": 0, "downloaded": 0, "incomplete": 1 } } ``` ACKs for top commit: josecelano: ACK 0624bf2 Tree-SHA512: a801824a95e9bae480df452792861ba6e1cac34ade1b53d3ba921865a352bf879a84a5b50ec482d0db0c6f20d4af8a41cc3da7acaa2a403b188287ebc7e97913
- Loading branch information
Showing
5 changed files
with
152 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters