betty.url.proxy module¶
Provide proxy URL generators.
- final class betty.url.proxy.ProxyLocalizedUrlGenerator[source]¶
Bases:
LocalizedUrlGenerator
Expose multiple other URL generators as one unified URL generator.
- __init__(*upstreams: LocalizedUrlGenerator)[source]¶
- static __new__(*args, **kwargs)¶
- final class betty.url.proxy.ProxyUrlGenerator[source]¶
Bases:
UrlGenerator
Expose multiple other URL generators as one unified URL generator.
- __init__(*upstreams: UrlGenerator)[source]¶