public sealed class HttpRoute.Types.URLRewrite : IMessage<HttpRoute.Types.URLRewrite>, IEquatable<HttpRoute.Types.URLRewrite>, IDeepCloneable<HttpRoute.Types.URLRewrite>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class HttpRoute.Types.URLRewrite.
The specification for modifying the URL of the request, prior to forwarding
the request to the destination.
[[["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-03-21 UTC."],[[["This documentation covers the `HttpRoute.Types.URLRewrite` class within the Google Cloud Network Services v1 API, specifically version 1.0.0-beta01."],["The `URLRewrite` class is designed to modify the URL of a request before it's forwarded to its destination."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors, a default constructor `URLRewrite()` and another `URLRewrite(HttpRoute.Types.URLRewrite other)` that accepts another `URLRewrite` object as a parameter."],["The `URLRewrite` class allows modifying the host header and the path prefix of a request via `HostRewrite` and `PathPrefixRewrite` properties respectively."]]],[]]