This website requires JavaScript.
Explore
Help
Sign In
Grasscutters
/
mitmproxy
Watch
3
Star
0
Fork
0
You've already forked mitmproxy
mirror of
https://github.com/Grasscutters/mitmproxy.git
synced
2024-11-23 16:17:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
61fab03b24
mitmproxy
/
libmproxy
/
version.py
3 lines
63 B
Python
Raw
Normal View
History
Unescape
Escape
Expand SSL cert support - Capture the remote SSL certificate - Expose the remote cert as an attribute on Response - Expand the certutils.SSLCert interface to expose more cert info
2012-04-02 04:19:00 +00:00
IVERSION
=
(
0
,
8
)
Replaced unnecessary lists with generators
2011-08-18 21:20:38 +00:00
VERSION
=
"
.
"
.
join
(
str
(
i
)
for
i
in
IVERSION
)
Reference in New Issue
Copy Permalink