nonebot.drivers.httpx
HTTPX 驱动适配
nb driver install httpx
# 或者
pip install nonebot2[httpx]
提示
本驱动仅支持客户端 HTTP 连接
class Mixin()
说明
HTTPX Mixin
property type
- 类型: str
async method request(self, setup)
参数
setup
(nonebot.internal.driver.model.Request)
返回
- nonebot.internal.driver.model.Response
method websocket(self, setup)
参数
setup
(nonebot.internal.driver.model.Request)
返回
- AsyncGenerator[nonebot.internal.driver.model.WebSocket, NoneType]
library-attr Driver
三方库 API