# Functions
DefaultQueue names the queue of this subscription to the hostname of the service.
LoadBalanced is synonymous with DefaultQueue.
NewSub creates a new subscription for the indicated path.
NoQueue sets no queue for this subscription.
Pervasive is synonymous with NoQueue.
Queue names the queue of the subscription.
# Structs
Subscription handles incoming requests.
# Type aliases
HTTPHandler extends the standard http.Handler to also return an error.
Option is used to construct a subscription in Connector.Subscribe.