triostones

Results 3 issues of triostones

Hi! I find that the `raw.read` would raise `TypeError` when I call `raw.read(decode_content=True)` in my project. Here is the error message: ``` TypeError: read() got an unexpected keyword argument 'decode_content'...

bug

implement all cli interface. ``` $ browsermob-proxy --help Option Description ------ ----------- -?, --help This help text --address The address to bind to (default: 0.0.0.0) --port [Integer] The port to...

We saw 5 options after we run `browsermob-proxy --help`, but currently, there only implement one [`port`](https://github.com/AutomatedTester/browsermob-proxy-py/blob/master/browsermobproxy/server.py#L92) option. I think it would be better to implement all the options. ``` $...