Module hyper

Module hyper 

Source

Structs§

HyperGenerator
A hyper based generator. This generator use’s HTTP multiplexing, and requires that the target server supports HTTP2. Much like the reqwest generator, HyperGenerator is very sensitive to latency. For good proformance, it is recommended to test servers running on the same LAN as your machine. This Generator will reuse TCP connections for requests, and all request will be sent from the same IP.