# Packages

Package driverhub provides a handler for proxying connections to a Selenium server.
Package healthz provides an HTTPHandler that always returns the string "ok".

# Functions

AddHTTPHandlerProvider adds a HTTPHandlerProvider used to create handlers for specified routes in any Proxy structs creates by New.
New creates a new Proxy object.

# Structs

Proxy starts a WebDriver protocol proxy.

# Interfaces

A HTTPHandler implements http.Handler plus a Shutdown method.

# Type aliases

A HTTPHandlerProvider is a function that provides a HTTPHandler.