Crates.io | frizz |
lib.rs | frizz |
version | 0.2.7 |
source | src |
created_at | 2022-04-23 22:44:28.677422 |
updated_at | 2023-04-30 13:25:41.308256 |
description | curl alternative written in rust. |
homepage | https://github.com/ozkanpakdil/libfrizz |
repository | https://github.com/ozkanpakdil/libfrizz |
max_upload_size | |
id | 572853 |
size | 183,911 |
install with cargo like below command
cargo install frizz
or download from https://github.com/ozkanpakdil/libfrizz/releases/
# frizz --target http://httpbin.org/post\?test\=2 -X POST -d "hallo"
# frizz --target http://httpbin.org/put\?test\=2 -X PUT
# frizz -t http://httpbin.org/get?test=2 -X GET -#
# frizz.exe -t http://httpbin.org/trace?test=2 -X TRACE -#
# frizz -t http://httpbin.org/head?test=2 -X HEAD -#
# frizz -t http://httpbin.org/put?test=2 -X PUT -#
# frizz -s --target example.net
# frizz -s -t example.net --ports 80 1024
# frizz -s -t example.net --timeout 1 -c 1024
# frizz -s -t example.net --timeout 1 -c 1024 -o output.txt
# frizz -s -t example.net --timeout 1 --sctp -o output
# frizz -s -t example.net --timeout 1 --tcp -o output
Check Git workflow for how to contribute.