mike820324 / microProxy

A http/https interceptor written in pure python.
MIT License
17 stars 3 forks source link

Refine the layers code #228

Closed chhsiao90 closed 7 years ago

chhsiao90 commented 7 years ago
  1. Extract Layer as an interface, and extends ApplicationLayer, ProxyLayer with it
  2. add shortcut for src_stream, dest_stream, interceptor, config

And I plan start working on http proxy!

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.09%) to 85.831% when pulling d76b59403cbf73d3dbb52a3f30a9fda825af61a2 on layer-refine into 0ed20c54890349ad5d9fb4b54d4fc890707a6031 on master.

mike820324 commented 7 years ago

WIP? I'll take a look at it.

chhsiao90 commented 7 years ago

Ready for merge~

mike820324 commented 7 years ago

Looks really good to me, merged thanks.