curl-trace-parser
curl-trace-parser copied to clipboard
Parser for output from Curl --trace option
Bumps [commander](https://github.com/tj/commander.js) from 3.0.1 to 8.1.0. Release notes Sourced from commander's releases. v8.1.0 Added .copyInheritedSettings() (#1557) update Chinese translations for Commander v8 (#1570) Argument methods for .argRequired() and .argOptional() (#1567)...
Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 9.0.3. Release notes Sourced from mocha's releases. v9.0.3 9.0.3 / 2021-07-25 :bug: Fixes #4702: Error rethrow from cwd-relative path while loading .mocharc.js (@kirill-golovan) #4688: Usage...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.2 to 2.23.4. Release notes Sourced from eslint-plugin-import's releases. v2.23.0 https://github.com/benmosher/eslint-plugin-import/blob/v2.23.0/CHANGELOG.md#2230---2021-05-13 v2.22.1 https://github.com/benmosher/eslint-plugin-import/blob/v2.22.1/CHANGELOG.md#2221---2020-09-27 Changelog Sourced from eslint-plugin-import's changelog. [2.23.4] - 2021-05-29 Fixed [no-import-module-exports]: Don't crash if packages...
Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.4. Release notes Sourced from chai's releases. v4.3.4 This fixes broken inspect behavior with bigints (#1321) (#1383) thanks @vapier 4.3.3 / 2021-03-03 This reintroduces Assertion...
Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 12.1.0 to 14.2.1. Commits 36f23d7 [eslint config] [base] v14.2.1 e149b05 [eslint config] [*] [deps] update confusing-browser-globals, object.assign f0492d5 [eslint config] [*] [dev deps] update @babel/runtime, eslint-find-rules, ......
Bumps [eslint](https://github.com/eslint/eslint) from 4.19.0 to 7.20.0. Release notes Sourced from eslint's releases. v7.20.0 f4ac3b0 Docs: fix sibling selector descriptions (#14099) (Milos Djermanovic) 9d6063a Fix: Crash with esquery when using JSX...
version 0.0.8 When a curl trace file is generated going against an endpoint using HTTPS, the resulting "Send SSL data", "Recv SSL data" chunks in the tracefile cause 'noisy' output...
I noticed that the parser itself is actually completely free of dependencies, they're only used in the CLI. What do you think of splitting the CLI into its own repository...
Chunked transfer encoding format includes the number of the octets of the data in each chunk as a part of the response. This commit adds detection of the `Transfer-Encoding: chunked`...