We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added headers in options, will got an error Invalid header structure %j, it should be an array
import {loadTest} from 'loadtest' const options = { url: 'http://localhost:8000', maxRequests: 1000, **headers : { "name": "admin" }** } const result = await loadTest(options) result.show() console.log('Tests run successfully')
The text was updated successfully, but these errors were encountered:
Hi! Thanks for reporting, solved in 8.0.8 just released. Let me know how it goes!
Sorry, something went wrong.
No branches or pull requests
I added headers in options, will got an error
Invalid header structure %j, it should be an array
The text was updated successfully, but these errors were encountered: