📅  最后修改于: 2023-12-03 15:31:19.829000             🧑  作者: Mango
http pub 是一个基于 Shell-Bash 脚本编写的工具,适用于通过 HTTP 接口发布文件内容,帮助程序员简化文件发布流程,提高工作效率。
wget -O http_pub.sh https://raw.githubusercontent.com/sunny0826/http-pub/main/bin/http_pub.sh
chmod +x http_pub.sh
echo "hello world" | ./http_pub.sh --url "http://example.com/api/v1/publish" --content-type "text/plain"
./http_pub.sh --url "http://example.com/api/v1/publish" --file "/path/to/file.txt" --content-type "text/plain"
./http_pub.sh --url "http://example.com/api/v1/publish" --header "Authorization: Bearer {token}"
./http_pub.sh --url "http://example.com/api/v1/upload" --method "POST" --file "/path/to/file.png"
./http_pub.sh --url "http://example.com/api/v1/download" --method "GET" > "/path/to/file.png"
http pub 支持以下文件编码格式: