mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 12:54:35 +01:00
18 lines
290 B
Markdown
18 lines
290 B
Markdown
# Request
|
|
|
|
Make HTTP requests over for Pubky authority URL.
|
|
|
|
## Usage
|
|
|
|
Request data from a Pubky's data storage.
|
|
|
|
```bash
|
|
cargo run --bin request GET pubky://<user pubky>/pub/<path>
|
|
```
|
|
|
|
Or make a direct HTTP request.
|
|
|
|
```bash
|
|
cargo run --bin request GET https://<Pkarr domain>/[path]
|
|
```
|