url-cli

Crates.iourl-cli
lib.rsurl-cli
version0.2.0
sourcesrc
created_at2023-02-05 23:23:13.293043
updated_at2023-02-05 23:23:13.293043
descriptionConvenient command line interface to urls
homepage
repositoryhttps://codeberg.org/rkaj/url-cli
max_upload_size
id777511
size40,173
Rasmus Kaj (kaj)

documentation

README

url

Convenient command line interface to urls.

There are subcommands for different http methods (verbs). If there is a response body, it will be written to standard output. There is a --verbose option to get the request and response headers written to standard error, and various options for creating the response. If standard out is a terminal, text output will be decoded and written as utf-8. If standard out is not a terminal, the exact bytes of the response body will be written as is.

Contributing

The url command line is open source. If you find a problem, please report an issue. If you can and want to, you may even get the code, change it to fix the problem and submit your changes as a pull request, so it can be included in the next release.

Commit count: 0

cargo fmt