Skip to content

Conversation

@agrenott
Copy link

@agrenott agrenott commented Jan 3, 2025

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

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

George-Miao commented Aug 11, 2025

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