Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
ulixee
Edit Copy
Star
GitHub Repository:
ulixee/secret-agent
Path:
blob/main/mitm/interfaces/IMitmProxyOptions.ts
1
0
3
0
views
1
export
default
interface
IMitmProxyOptions
{
2
port
?
:
number
;
3
}
4
5