readme
parent
f3b4fc742c
commit
78c6c32de1
@ -1,8 +1,10 @@
|
||||
# go-mitmproxy
|
||||
|
||||
[mitmproxy](https://mitmproxy.org/) implemented with golang.
|
||||
|
||||
## TODO
|
||||
|
||||
- [x] http handler
|
||||
- [x] http connect
|
||||
- [ ] https handler
|
||||
- [ ] cert
|
||||
- [ ] https handler
|
||||
|
@ -1,5 +1,5 @@
|
||||
module github.com/lqqyt2423/go-mitmproxy
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require github.com/joho/godotenv v1.3.0
|
||||
|
Loading…
Reference in New Issue