This commit is contained in:
Greg M 2025-02-05 14:36:09 -07:00 committed by GitHub
commit cdba7e7e76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2410,7 +2410,7 @@ HTTPie offers extensibility through a [plugin API](https://github.com/httpie/cli
and there are dozens of plugins available to try! and there are dozens of plugins available to try!
They add things like new authentication methods ([akamai/httpie-edgegrid](https://github.com/akamai/httpie-edgegrid)), They add things like new authentication methods ([akamai/httpie-edgegrid](https://github.com/akamai/httpie-edgegrid)),
transport mechanisms ([httpie/httpie-unixsocket](https://github.com/httpie/httpie-unixsocket)), transport mechanisms ([httpie/httpie-unixsocket](https://github.com/httpie/httpie-unixsocket)),
message convertors ([banteg/httpie-image](https://github.com/banteg/httpie-image)), or simply message converters ([banteg/httpie-image](https://github.com/banteg/httpie-image)), or simply
change how a response is formatted. change how a response is formatted.
> Note: Plugins are usually made by our community members, and thus have no direct relationship with > Note: Plugins are usually made by our community members, and thus have no direct relationship with

View File

@ -21,7 +21,7 @@ Examples:
$ python extras/profiling/benchmarks.py --fast $ python extras/profiling/benchmarks.py --fast
# For verify everything works as expected, pass --debug-single-value. # For verify everything works as expected, pass --debug-single-value.
# It will only run everything once, so the resuls are not reliable. But # It will only run everything once, so the results are not reliable. But
# very useful when iterating on a benchmark # very useful when iterating on a benchmark
$ python extras/profiling/benchmarks.py --debug-single-value $ python extras/profiling/benchmarks.py --debug-single-value