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

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


Branch: CURRENT, Version: 0.22.0, Package name: xh-0.22.0, 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: 283.379 KB

Version history: (Expand)


CVS history: (Expand)


   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)
   2023-10-22 21:40:04 by pin | Files touched by this commit (4) | Package updated
Log message:
www/xh: update to 0.19.3

v0.19.3
 - Make network-interface an optional dependency, see #332 (@blyxxyz)

Note for package maintainers: When building xh with --no-default-features,
make sure to enable the network-interface feature if there are no build errors
like in #330

v0.19.2
Features
 - Add --interface for binding to a local IP address or interface,
   see #307 (@ducaale)
 - Translate --raw flag when using --curl, see #308 (@ducaale)
 - Support duplicate header keys in session files, see #313 (@ducaale)
 - Support persisting cookies from multiple domains, see #314 (@ducaale)
 - Control output formatting (JSON indent-level, header sorting, etc)
   via --format-options, see #318 (@Bnyro) and #319 (@ducaale)

Bug fixes
 - Disable cURL's URL globbing, see #325 (@ducaale)
 - Improve PATH handling in install.ps1, see #264 (@henno)

Other
 - Update Rustls to v0.21.0, see #311 (@ducaale)

v0.19.1
No ChangeLog provided.

v0.19.0
No ChangeLog provided.
   2023-04-03 13:10:17 by pin | Files touched by this commit (3) | Package updated
Log message:
www/xh: update to 0.18.0

Features
 - Support reading query param and header values from a file, see #288
   (@ducaale)
 - Highlight Syntax errors found while tokenizing a JSON path, see #260
   (@ducaale)
 - Support outputting the metadata of a response via --meta, --print=m or -vv,
   see #240 (@ducaale)

Bug fixes
 - Fix panic when when parsing connection timeout, see #295 (@sorairolake)

Breaking changes
 - Remove -m as a short flag for --multipart, see #299 (@ducaale)
   2023-01-02 13:52:47 by pin | Files touched by this commit (3) | Package updated
Log message:
www/xh: update to 0.17.0

[0.17.0] - 2022-11-08
Features
    Add support for nested json syntax, see #217 (@ducaale)
    Add Support for bearer auth in .netrc, see #267 (@porglezomp)
    Support forcing ipv4/ipv6, see #276 (@zuisong)

Other
    Allow building xh using native-tls only, see #281 (@jirutka)
    Warn users when translating --follow + non GET method, see #280 (@jgoday)