--- title: Request Matchers description: Using request matchers to specify which requests should respond. TODO --- import { Aside } from '@astrojs/starlight/components'; This section describes matcher functions that enable developers to implement custom matchers. These matchers execute user-defined code to determine if a request meets specific criteria. ## is_true {{{docs.when.is_true}}} ## is_false {{{docs.when.is_false}}}