This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitmproxy
mirror of
https://github.com/mitmproxy/mitmproxy.git
Watch
1
Star
1
Fork
You've already forked mitmproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a386dff058
mitmproxy
/
libmproxy
/
app.py
8 lines
97 B
Python
Raw
Blame
History
import
flask
mapp
=
flask
.
Flask
(
__name__
)
@mapp.route
(
"
/
"
)
def
hello
(
)
:
return
"
mitmproxy
"
Reference in New Issue
View Git Blame
Copy Permalink