We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Haven’t found this in the docs, is it possible to specify a local ip address (or NIC) when making a request? Would be lovely to have this feature
The text was updated successfully, but these errors were encountered:
Hm…. We're just using Rust std TcpStream::connect, wonder if there is some way to do this in Rust?
TcpStream::connect
Sorry, something went wrong.
Looks like it’s possible but idk how exactly, at least reqwest have this option https://docs.rs/reqwest/latest/reqwest/blocking/struct.ClientBuilder.html#method.local_address
No branches or pull requests
Haven’t found this in the docs, is it possible to specify a local ip address (or NIC) when making a request? Would be lovely to have this feature
The text was updated successfully, but these errors were encountered: