[[["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 2022-09-30 UTC."],[[["This class, `ParsedURL`, is designed to hold and manage URL patterns for dispatch rules."],["It requires a `url_pattern` argument during initialization, which must adhere to a specific regular expression format."],["The class raises a `validation.ValidationError` if the provided `url_pattern` does not meet the specified regular expression."],["It breaks down the provided `url_pattern` into components like `host_pattern` and `path_pattern`, each with properties like `host_exact` and `path_exact` that tell if they have wildcards."],["It can also get a `host` and `path` attribute that removes any wildcards."]]],[]]