Skip to content

This is a project based on webbench-1.5. The POST method was added, supporting application/x-www-form-data-urlencoded and rfc1867, and users can specify multiple HTTP headers.

Notifications You must be signed in to change notification settings

winshining/webbench-plus-post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webbench-plus-post

This is a project based on webbench-1.5. The POST method was added, and users can specify multiple custom HTTP headers.

Installation: make && make install.

Usage:

1.Content-Type: application/x-www-form-urlencoded

webbench --post content --header header1:value1 --header header2:value2 -t time -c number http://host/url

2.Content-Type: multipart/form-data; boundary=random_bytes_or_numbers

webbench --post filename --file --header header1:value1 --header header2:value2 -t time -c number http://host/url

About

This is a project based on webbench-1.5. The POST method was added, supporting application/x-www-form-data-urlencoded and rfc1867, and users can specify multiple HTTP headers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published