Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/mitm/interfaces/IMitmProxyOptions.ts
1030 views
1
export default interface IMitmProxyOptions {
2
port?: number;
3
}
4
5