MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / clear_request_fingerprint

Method clear_request_fingerprint

src/services/flow_client.py:114–116  ·  view source on GitHub ↗

清理请求链路绑定的浏览器指纹。

(self)

Source from the content-addressed store, hash-verified

112 return dict(fingerprint)
113
114 def clear_request_fingerprint(self):
115 """清理请求链路绑定的浏览器指纹。"""
116 self._set_request_fingerprint(None)
117
118 def _get_primary_accept_language(self, fallback: str = "zh-CN,zh;q=0.9") -> str:
119 fingerprint = self.get_request_fingerprint()

Callers 1

handle_generationMethod · 0.80

Calls 1

Tested by

no test coverage detected