2025-12-25 upload
This commit is contained in:
9
venv/Lib/site-packages/mitmproxy_rs/certs.pyi
Normal file
9
venv/Lib/site-packages/mitmproxy_rs/certs.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
from __future__ import annotations
|
||||
|
||||
def add_cert(pem: str) -> None: ...
|
||||
def remove_cert() -> None: ...
|
||||
|
||||
__all__ = [
|
||||
"add_cert",
|
||||
"remove_cert",
|
||||
]
|
||||
Reference in New Issue
Block a user