Skip to content

Commit

Permalink
add --addr option to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
goatgoose committed Jan 31, 2025
1 parent 0dc3235 commit 5e1e9d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bindings/rust-examples/hyper-server-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ Connect to the server with the example client as follows:
```
cargo run --bin client -- --body "some text to send to the server"
```

The example client simply sends a GET request to the server, and can be configured to use a different server address:
```
cargo run --bin client -- --addr www.amazon.com
```

0 comments on commit 5e1e9d2

Please sign in to comment.