Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/AstrBotDevs/AstrBot
/ content_type
Method
content_type
astrbot/api/web.py:283–284 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
281
282
@property
283
def
content_type(self) -> str | None:
284
return
self._get_current().content_type
285
286
@property
287
def
client_host(self) -> str | None:
Callers
nothing calls this directly
Calls
1
_get_current
Method · 0.95
Tested by
no test coverage detected