...

Package http

import "google.golang.org/api/transport/http"
Overview
Index
Subdirectories

Overview ▾

Package http supports network connections to HTTP servers. This package is not intended for use by end developers. Use the google.golang.org/api/option package to configure API clients.

func NewClient

func NewClient(ctx context.Context, opts ...option.ClientOption) (*http.Client, string, error)

NewClient returns an HTTP client for use communicating with a Google cloud service, configured with the given ClientOptions. It also returns the endpoint for the service as specified in the options.

func NewTransport

func NewTransport(ctx context.Context, base http.RoundTripper, opts ...option.ClientOption) (http.RoundTripper, error)

NewTransport creates an http.RoundTripper for use communicating with a Google cloud service, configured with the given ClientOptions. Its RoundTrip method delegates to base.

Subdirectories

Name Synopsis
..