Versions in this module Expand all Collapse all v0 v0.19.0 Jun 9, 2015 Changes in this version + type LocationStreamer struct + ContentType string + Flush bool + Location *url.URL + Transport http.RoundTripper + func (*LocationStreamer) IsAnAPIObject() + func (s *LocationStreamer) InputStream(apiVersion, acceptHeader string) (stream io.ReadCloser, flush bool, contentType string, err error) + type UpgradeAwareProxyHandler struct + FlushInterval time.Duration + Location *url.URL + Transport http.RoundTripper + UpgradeRequired bool + func NewUpgradeAwareProxyHandler(location *url.URL, transport http.RoundTripper, upgradeRequired bool) *UpgradeAwareProxyHandler + func (h *UpgradeAwareProxyHandler) RequestError() error + func (h *UpgradeAwareProxyHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)