Notes
v1.0.0
New Features
- allow to use additional CA certificates
new options:--cacert - allow to specify certificate revokation lists
new options:--crlfile
Older Versions
v0.4.0
New Features
- add basic proxy support
new options:-x,--proxy
v0.3.0
New Features
- add verbosity options
-s: Silent mode (don't print any additional output)-S: print error messages, even if-sis set-v: print additional messages (not used yet)
- allow to include HTTP response headers in the output
new options:-i,--include - allow files as request body using '@' as prefix of '-d' option
new option:--data-raw - allow to specify user agent
new options:-A,--user-agent - allow to fail with and without output of response body
new options:-f,--fail,--fail-with-body
Fixes
- use
-kfor insecure operation to match curl's CLI API
(-Kwas used before)
v0.2.0
New Features
- allow to specify minimum used TLS version
new options:-1,--tlvs1,--tlsv1.0.--tlsv1.1,--tlsv1.2,--tlsv1.3
Note that rustls is used, when--tlsv1.3is specified, otherwise native TLS is used. - allow HTTPS-only mode
new option:--proto
Note that--protouses the same syntax as the respectivecurloption, but is used
to determine if HTTPS-only mode can be used. It does not forbit HTTPS requests, when
on HTTP is active.
v0.1.1
Bugfixes
- allow HTTP PUT request method
v0.1.0
Initial version.
What's Changed
- increase version to 0.5.0 by @falk-werner in #15
- Bump tempfile from 3.16.0 to 3.17.0 by @dependabot in #16
- Bump clap from 4.5.28 to 4.5.29 by @dependabot in #17
- Bump tempfile from 3.17.0 to 3.17.1 by @dependabot in #18
- Bump clap from 4.5.29 to 4.5.30 by @dependabot in #19
- Bump log from 0.4.25 to 0.4.26 by @dependabot in #20
- add nix based development environment by @falk-werner in #21
- Version 1.0.0 by @falk-werner in #22
Full Changelog: v0.4.0...v1.0.0