package
1.0.0-beta.test.11
Repository: https://github.com/2lambda123/kedge.git
Documentation: pkg.go.dev
# Functions
RouteMapper is a mapper that resolves Route based on given DNS.
SimpleHost is a kedge mapper that returns route based on map provided in constructor.
SimpleHostPort is a kedge mapper that returns route based on map provided in constructor.
Single is a simplistic kedge mapper that forwards all traffic through the same kedge.
SingleWithProxyAuth is kedge mapper that always returns predefined route with given Proxy auth and no backend auth.
Suffix is a `kedge.Mapper` that copies over wildcarded parts of a URL.
# Variables
No description provided by the author
# Interfaces
Mapper is an interface that allows you to direct traffic to different kedges including various auth.
No description provided by the author