mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-25 01:25:04 +08:00
1020 B
1020 B
sidebar_position | description |
---|---|
3 | nonebot.drivers.httpx 模块 |
nonebot.drivers.httpx
HTTPX 驱动适配
nb driver install httpx
# 或者
pip install nonebot2[httpx]
:::tip 提示 本驱动仅支持客户端 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]
class Driver(env, config)
property type
- 类型: str