Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadnassri/node-har-validator
Extremely fast HTTP Archive (HAR) validator using JSON Schema
https://github.com/ahmadnassri/node-har-validator
archive har http node validator
Last synced: 15 days ago
JSON representation
Extremely fast HTTP Archive (HAR) validator using JSON Schema
- Host: GitHub
- URL: https://github.com/ahmadnassri/node-har-validator
- Owner: ahmadnassri
- License: mit
- Created: 2015-02-10T08:43:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T14:09:35.000Z (8 months ago)
- Last Synced: 2024-05-02T05:34:00.330Z (7 months ago)
- Topics: archive, har, http, node, validator
- Language: JavaScript
- Homepage:
- Size: 805 KB
- Stars: 61
- Watchers: 4
- Forks: 26
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HAR Validator
[![license][license-img]][license-url]
[![version][npm-img]][npm-url]
[![super linter][super-linter-img]][super-linter-url]
[![test][test-img]][test-url]
[![release][release-img]][release-url][license-url]: LICENSE
[license-img]: https://badgen.net/github/license/ahmadnassri/node-har-validator[npm-url]: https://www.npmjs.com/package/har-validator
[npm-img]: https://badgen.net/npm/v/har-validator[super-linter-url]: https://github.com/ahmadnassri/node-har-validator/actions?query=workflow%3Asuper-linter
[super-linter-img]: https://github.com/ahmadnassri/node-har-validator/workflows/super-linter/badge.svg[test-url]: https://github.com/ahmadnassri/node-har-validator/actions?query=workflow%3Atest
[test-img]: https://github.com/ahmadnassri/node-har-validator/workflows/test/badge.svg[release-url]: https://github.com/ahmadnassri/node-har-validator/actions?query=workflow%3Arelease
[release-img]: https://github.com/ahmadnassri/node-har-validator/workflows/release/badge.svg> Extremely fast HTTP Archive ([HAR](https://github.com/ahmadnassri/har-spec/blob/master/versions/1.2.md)) validator using JSON Schema.
## Install
```bash
npm install har-validator
```## CLI Usage
Please refer to [`har-cli`](https://github.com/ahmadnassri/har-cli) for more info.
## API
**Note**: as of [`v2.0.0`](https://github.com/ahmadnassri/node-har-validator/releases/tag/v2.0.0) this module defaults to Promise based API.
_For backward compatibility with `v1.x` an [async/callback API](docs/async.md) is also provided_- [async API](docs/async.md)
- [callback API](docs/async.md)
- [Promise API](docs/promise.md) _(default)_