subdomain

package
v0.0.0-...-5e24cfe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package subdomain is a resolver which uses the subdomain to determine the domain to route to. It offloads the endpoint resolution to a child resolver which is provided in New.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewResolver

func NewResolver(parent resolver.Resolver, opts ...resolver.Option) resolver.Resolver

Types

type Resolver

type Resolver struct {
	resolver.Resolver
	// contains filtered or unexported fields
}

func (*Resolver) Domain

func (r *Resolver) Domain(req *http.Request) string

func (*Resolver) Resolve

func (r *Resolver) Resolve(req *http.Request, opts ...resolver.ResolveOption) (*resolver.Endpoint, error)

func (*Resolver) String

func (r *Resolver) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL