# Packages
Package zipkin provides various Transports that can be used with RemoteReporter for submitting traces to Zipkin backend.
# Functions
HTTPBasicAuth sets the credentials required to perform HTTP basic auth.
HTTPBatchSize sets the maximum batch size, after which a collect will be triggered.
HTTPTimeout sets maximum timeout for http request.
NewHTTPTransport returns a new HTTP-backend transport.
# Structs
HTTPBasicAuthCredentials stores credentials for HTTP basic auth.
HTTPTransport implements Transport by forwarding spans to a http server.
# Type aliases
HTTPOption sets a parameter for the HttpCollector.