# Packages
Package grpc resolves a grpc service like /greeter.Say/Hello to greeter service.
Package host resolves using http host.
Package path resolves using http path.
Package subdomain is a resolver which uses the subdomain to determine the domain to route to.
Package vpath resolves using http path and recognised versioned urls.
# Functions
Domain sets the resolve Domain option.
NewOptions returns new initialized options.
NewResolveOptions returns new initialized resolve options.
WithHandler sets the handler being used.
WithServicePrefix sets the ServicePrefix option.
# Structs
Endpoint is the endpoint for a http request.
No description provided by the author
ResolveOptions are used when resolving a request.
# Interfaces
Resolver resolves requests to endpoints.