winshining / webbench-plus-post

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Other


Languages

Language:C 90.3%Language:Roff 6.7%Language:Makefile 3.0%