A request mutator takes a request message, applies some Function to it, and then returns
the modified request message. This is currently only used for autopopulation of the
request ID.
Implementations of this interface are expected to be autogenerated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The webpage provides a comprehensive list of versions for `RequestMutator`, ranging from version 2.30.1 all the way to the latest version, 2.63.1."],["The `RequestMutator` interface is designed to modify a request message by applying a specified function, primarily for autopopulating request IDs."],["The `apply(RequestT request)` method, within the `RequestMutator` interface, takes a `request` message and returns the modified version of it, through the use of a Function."],["`RequestT` is a type parameter with no description provided, but it is included in the `apply` method to take a `RequestT request` message as an argument and return a `RequestT`."]]],[]]