public sealed class UrlDispatchRule : IMessage<UrlDispatchRule>, IEquatable<UrlDispatchRule>, IDeepCloneable<UrlDispatchRule>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class UrlDispatchRule.
Rules to match an HTTP request and dispatch that request to a service.
[[["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-17 UTC."],[[["The `UrlDispatchRule` class in the App Engine v1 API is used to define rules for routing HTTP requests to specific services."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a comprehensive set of functionalities."],["`UrlDispatchRule` has properties for `Domain`, `Path`, and `Service`, allowing you to specify matching criteria and the target service."],["The latest version of `UrlDispatchRule` is 2.4.0, with documentation also available for versions ranging from 1.0.0 up to 2.3.0."],["The `Domain` and `Path` properties can contain wildcards, however the combined length of both may not exceed 100 characters."]]],[]]