MCPcopy Index your code
hub / github.com/nonebot/nonebot2 / HTTPVersion

Class HTTPVersion

nonebot/internal/driver/model.py:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57class HTTPVersion(Enum):
58 H10 = "1.0"
59 H11 = "1.1"
60 H2 = "2"
61
62
63class Request:

Callers 3

__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected