It would be good to have a feature to capture the response body as well. **Desired Syntax** ```kotlin val response = super.shouldInterceptRequest(view, webViewRequest) println(response.body) return response ```