./www/xh, Friendly and fast tool for sending HTTP requests

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.23.1, Package name: xh-0.23.1, Maintainer: pin

xh is a friendly and fast tool for sending HTTP requests. It reimplements as
much as possible of HTTPie's, https://httpie.io/ excellent design, with a focus
on improved performance.


Master sites:

Filesize: 296.455 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-02 22:41:14 by pin | Files touched by this commit (3) | Package updated
Log message:
www/xh: update to 0.23.1

Security fixes

    Upgrade to ruzstd v0.7.3 to fix RUSTSEC-2024-0400, see #396 (@zuisong)

Bug fixes

    Warn on combination of --continue and Range header, #394 (@blyxxyz)

Other

    Enable logging in rustls and tracing-using dependencies, see #390 (@blyxxyz)
   2024-10-13 01:00:27 by pin | Files touched by this commit (3) | Package updated
Log message:
www/xh: update to 0.23.0

[0.23.0] - 2024-10-12
Features
    Handle responses compressed in zstd format, see #364 (@zuisong)
    Suppress warnings when -qq flag is used, see #371 (@blyxxyz)
    Add --debug option for logging and backtraces, see #371 (@blyxxyz)
    Decode content-disposition and location headers as UTF-8, see #375 (@zuisong)
    Print headers as latin1, with the UTF-8 decoding also shown if applicable, \ 
see #377 (@blyxxyz)
    Print the actual reason phrase sent by the server instead of guessing it \ 
from the status code, see #377 (@blyxxyz)

Bug fixes
    Apply TLS options to non-HTTPS URLs, see #372 (@blyxxyz)

Other
    Ignore NO_COLOR if set to empty string, see #370 (@blyxxyz)
   2024-07-19 11:58:32 by pin | Files touched by this commit (3) | Package updated
Log message:
www/xh: update to 0.22.2

[0.22.2] - 2024-07-08
Security fixes
 - Prevent directory traversal in server-supplied filenames, see #379 (@blyxxyz)
   2024-04-15 09:48:49 by pin | Files touched by this commit (3) | Package updated
Log message:
www/xh: update to 0.22.0

[0.22.0] - 2024-04-13
Features
    Support http2-prior-knowledge, see #356 (@zuisong)
    Directly bind to interface name on supported platforms, see #359 (@ducaale)
    Enable stream when content-type is text/event-stream, see #360 (@zuisong)
    Decode utf-8 encoded string when formatting non-streaming JSON response, see \ 
#361 (@zuisong)

Other
    Upgrade to hyper v1, see #357 (@zuisong)
    Use serde-transcode to optimize JSON formatting, see #362 (@blyxxyz)
   2024-01-29 10:06:44 by pin | Files touched by this commit (3) | Package updated
Log message:
www/xh: update to 0.21.0

[0.21.0] - 2024-01-28
Features
 - Display remote address in metadata when -vv or --meta flag is used,
   see #348 (@zuisong)

Other
 - Default XH_CONFIG_DIR to ~/.config/xh in macOS, see #353 (@ducaale)
   2023-11-20 12:28:20 by pin | Files touched by this commit (2) | Package updated
Log message:
www/xh: update to 0.20.1

0.20.1
Features
 - Add --resolve for overriding DNS resolution, see #327 (@ducaale)

0.20.0
 - No ChangeLog provided.
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-23 09:49:28 by pin | Files touched by this commit (4) | Package updated
Log message:
www/xh: update to 0.19.4

 - Explicitly enable serde's derive feature, see #334 (@jayvdb)