All Projects → winshining → webbench-plus-post

winshining / webbench-plus-post

Licence: other
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.

Programming Languages

c
50402 projects - #5 most used programming language
Roff
2310 projects
Makefile
30231 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].