Expand description

哔哩哔哩部分 API 接口实现

features

默认不指定 TLS 后端,需要手动指定。

native-tls

使用 native tls

rustls

使用 rustls

live

启用 b 站直播相关 api,默认关闭

live-native-tls / live-rustls

设置 live 的 tls 后端。这个 feature 需要跟 native-tls / rustls 同时设置,因为目前 cargo 的 weak dependency features 还没 stable

Re-exports

pub use requests::Request;

Modules

连接模块,包括 http client 和 websocket (直播间)连接

基于 HTTP 的各种请求

Enums

各种可能遇到的错误

Type Definitions