Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

📦 Forked from https://github.com/ahmadnassri/node-har-validator with additions from https://github.com/MrCox/node-har-validator & https://github.com/npm-dependency-hell/npm-har-validator — Extremely fast HTTP Archive (HAR) validator using JSON Schema

License

Notifications You must be signed in to change notification settings

EIGHTFINITE/har-validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAR Validator

license version super linter test release

Extremely fast HTTP Archive (HAR) validator using JSON Schema.

Install

npm install har-validator

CLI Usage

Please refer to har-cli for more info.

API

Note: as of v2.0.0 this module defaults to Promise based API. For backward compatibility with v1.x an async/callback API is also provided