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
I have this situation where I have blockchain-node behind a proxy that imposes basic auth.
blockchain-node
Are there plans to make this library support passing an authz header?
Something like this maybe
struct ClientOptions { base_url: String, timeout: Option<u64>, authorization: Option<String>, } .... impl Client { .... pub fn new(opts: ClientOptions) -> Self { ... } }
would you accept a PR for this?
The text was updated successfully, but these errors were encountered:
I would encourage a PR, but I'm not a maintainer. Happy to be added as maintainer to this crate since I use it quite a bit @olb1ue
Sorry, something went wrong.
sure, just added you
@areller if you still have interest in doing this, I'd be happy to review
No branches or pull requests
I have this situation where I have
blockchain-node
behind a proxy that imposes basic auth.Are there plans to make this library support passing an authz header?
Something like this maybe
would you accept a PR for this?
The text was updated successfully, but these errors were encountered: