Skip to main content

Crate hpx_util

Crate hpx_util 

Source
Expand description

§hpx-util

Utilities for hpx.

This crate provides utility modules for the hpx HTTP client, including:

  • Emulation: Browser emulation capabilities (TLS fingerprinting, HTTP/2 settings).
  • Tower: Middleware layers for tower services (e.g., delay, jitter).

Re-exports§

pub use self::emulation::Emulation;emulation
pub use self::emulation::EmulationOS;emulation
pub use self::emulation::EmulationOption;emulation

Modules§

emulationemulation
tower
Tower middleware helpers for hpx.