mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 08:55:14 +00:00
Update har.js
This commit is contained in:
parent
92e611f49a
commit
1b8fbf78bf
|
@ -1,4 +1,5 @@
|
||||||
// hartool.js
|
// har.js
|
||||||
|
// HAR(HTTP Archive) manipulate and replay tools
|
||||||
// https://github.com/gnh1201/welsonjs
|
// https://github.com/gnh1201/welsonjs
|
||||||
var PipeIPC = require("lib/pipe-ipc");
|
var PipeIPC = require("lib/pipe-ipc");
|
||||||
var FILE = require("lib/file");
|
var FILE = require("lib/file");
|
||||||
|
@ -57,7 +58,7 @@ var HARObject = function() {
|
||||||
|
|
||||||
exports.HARObject = HARObject;
|
exports.HARObject = HARObject;
|
||||||
|
|
||||||
exports.VERSIONINFO = "HAR manipulate and replay tools version 0.1.3";
|
exports.VERSIONINFO = "HAR(HTTP Archive) manipulate and replay tools version 0.1.3";
|
||||||
exports.AUTHOR = "abuse@catswords.net";
|
exports.AUTHOR = "abuse@catswords.net";
|
||||||
exports.global = global;
|
exports.global = global;
|
||||||
exports.require = require;
|
exports.require = require;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user