Module path_translation

Source
Expand description

Useful constants to work with PathTranslation

Constantsยง

APPEND_PATH_TO_ADDRESS
The request path will be appended to the backend address.
CONSTANT_ADDRESS
Use the backend address as-is, with no modification to the path. If the URL pattern contains variables, the variable names and values will be appended to the query string. If a query string parameter and a URL pattern variable have the same name, this may result in duplicate keys in the query string.
PATH_TRANSLATION_UNSPECIFIED