nonebot2/website/versioned_docs/version-2.0.1/api/drivers/httpx.md
noneflow[bot] f2b0b1752b 🔖 Release 2.0.1
2023-07-23 08:24:19 +00:00

827 B

sidebar_position description
3 nonebot.drivers.httpx 模块

nonebot.drivers.httpx

HTTPX 驱动适配

nb driver install httpx
# 或者
pip install nonebot2[httpx]

:::tip 提示 本驱动仅支持客户端 HTTP 连接 :::

class Mixin(<auto>)

  • 说明: HTTPX Mixin

  • 参数

    auto

async method request(setup)

method websocket(setup)

var Driver