# webbench-plus-post **Repository Path**: mirrors_winshining/webbench-plus-post ## Basic Information - **Project Name**: webbench-plus-post - **Description**: 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. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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