request-capture-har icon indicating copy to clipboard operation
request-capture-har copied to clipboard

Wrapper for request module that saves all traffic as a HAR file.

Results 3 request-capture-har issues
Sort by recently updated
recently updated
newest added

I'm getting some confusing behavior and I'm not sure why exactly. Node / Package versions: - node: `v6.10.1` - `[email protected]` - `[email protected]` Repro source: ```javascript var RCH = require("request-capture-har"); var...

Hey, original author here :) The response.content.text property was in the original code, but was deleted later: https://github.com/paulirish/request-capture-har/commit/d126270346957dafd8068e3a34756b8f3a913c37#diff-96896bf4e2c7dbc87d2341e5d07b5c26L59 This property is included, although optional, in the spec: http://www.softwareishard.com/blog/har-12-spec/#content I need...

Super useful for verifying the HAR i generate is error-free.