MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / headers

Method headers

astrbot/api/web.py:275–276  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

273
274 @property
275 def headers(self) -> Headers:
276 return self._get_current().headers
277
278 @property
279 def cookies(self) -> dict[str, str]:

Callers

nothing calls this directly

Calls 1

_get_currentMethod · 0.95

Tested by

no test coverage detected