Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
class
HTTPVersion(Enum):
58
H10 =
"1.0"
59
H11 =
"1.1"
60
H2 =
"2"
61
62
63
class
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