Search


Search something to see results

TransformRule

This rule transform the URL for the matching requests. See SpeedKitConfig.urlTransform | the custom variation option for more information.

1.23.0

interface TransformRule {
    rules?: SpeedKitRule[];
    transformFunction: string | TransformFunction;
}

Index

Properties

Properties

rules?: SpeedKitRule[]

The rules to match resources against.

1.23.0

transformFunction: string | TransformFunction

The function to determine the URL for the requested resource.

1.23.0