mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-18 22:44:24 +01:00
Request
Make HTTP requests over for Pubky authority URL.
Usage
Request data from a Pubky's data storage.
cargo run --bin request GET pubky://<user pubky>/pub/<path>
Or make a direct HTTP request.
cargo run --bin request GET https://<Pkarr domain>/[path]
Testnet
You can pass a --testnet argument to run the query in testnet mode (using local DHT testnet).