Skip to content

Add HTTP Basic Auth support#26

Open
agrenott wants to merge 1 commit into
George-Miao:masterfrom
agrenott:basic_auth
Open

Add HTTP Basic Auth support#26
agrenott wants to merge 1 commit into
George-Miao:masterfrom
agrenott:basic_auth

Conversation

@agrenott

@agrenott agrenott commented Jan 3, 2025

Copy link
Copy Markdown

Allowing qbittorrent API to be exposed behind standard HTTP basic authentication.

Allowing qbittorrent API to be exposed behind standard HTTP basic authentication.
@George-Miao

George-Miao commented Aug 11, 2025

Copy link
Copy Markdown
Owner

I'm thinking of a more generic way of exposing request details to user. What about a Request object that implements IntoFuture? And user can use it like:

qb.call_some_api()
  .map_request(|r| r.do_something())
  .await

What do you think about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants