* Better response bodyPath handling
* Better response bodyPath and large response handling
* Fix tests and a few other things
* Remove compress/decompress utils
* Switch bodyCompression default and add migration
* Switch update channel to beta if on beta version
* Revert beta channel migration and bump version
* Allow request in plugin to access current context
Signed-off-by: Xuanwo <xuanwo.cn@gmail.com>
* Add getAllHeaders API for context request
Signed-off-by: Xuanwo <xuanwo.cn@gmail.com>
* Use JSON to parse npm show's output
Signed-off-by: Xuanwo <xuanwo.cn@gmail.com>
* Playing around with pre-request hooks
* Added response hooks
* More flow types
* Flow types on wrapper.js
* Flow types on plugin folder
* Basic tests for plugin hooks
* Make DB initilize for all tests no matter what
* Touch