httpasyncstress

command module
v2.0.0-...-78ff5a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2021 License: MIT Imports: 9 Imported by: 0

README

httpAsyncStress

Http Async Stress Test written in Go Lang.

The json to use in configure.

{
	"body": "<BODY WITH MARKS THAT CAN BE REPLACED>",
	"replaces": [
		{ 
				"values": <[ array with numbers ]>,
				"sort": "rand",
				"type": "array",
				"mark": "##CITY##"
		},
		{
				"value": 15780000,
				"format": "2006-01-02",
				"type": "date",
				"mark": "##INDATE##"
		},
		{
				"value": 16384800,
				"format": "2006-01-02",
				"type": "date",
				"mark": "##OUTDATE##"
		}
	],
	"headers": [
		{ 
			"name" : "<HEADER NAME>",
			"value" : "<HEADER VALUE>"
		}
	],
	"query": [
		{ 
			"name" : "<QUERY NAME>",
			"values" : ["ARRAY WITH QUERY VALUES"]
		}
	],
	"url": "<URL>",
	"type": "<METHOD>",
	"grep": "<Text to FIND>"
} 

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL