Module config

Module config 

Source

Structs§

AfterRequestContext
Context passed to after_request hook functions
BeforeRequestContext
Context passed to before_request hook functions
BenchConfig
Benchmark configuration
RateContext
Context passed to rate generator functions
RequestConfig
Configuration for a single HTTP request
RequestContext
Context passed to request generator functions

Enums§

HookAction
Action returned by hook functions to control request execution
HttpMethod
HTTP method for requests
RequestSource
Source of request configuration - either static or dynamically generated
StopCondition
Defines when the benchmark should stop

Type Aliases§

AfterRequestHook
Type alias for after_request hook function
BeforeRequestHook
Type alias for before_request hook function
RateFunction
Type alias for rate generator function
RequestGenerator
Type alias for request generator function