Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func ParseConfig ¶
type StravaClient ¶
func NewStravaClient ¶
func NewStravaClient(target *url.URL) *StravaClient
func (*StravaClient) AddCookies ¶
func (client *StravaClient) AddCookies(req *http.Request)
func (*StravaClient) Authenticate ¶
func (client *StravaClient) Authenticate(email string, password string) error
func (*StravaClient) GetCloudFrontCookies ¶
func (client *StravaClient) GetCloudFrontCookies() map[string]string
func (*StravaClient) GetTarget ¶
func (client *StravaClient) GetTarget() *url.URL
type StravaProxy ¶
type StravaProxy struct {
httputil.ReverseProxy
}
func NewStravaProxy ¶
func NewStravaProxy(client CookieClient) *StravaProxy
Click to show internal directories.
Click to hide internal directories.