# Functions

New creates a new builder client service, connecting with HTTP.
ParseFromMediaType parses a content type string as per http://www.iana.org/assignments/media-types/media-types.xhtml.
WithAddress provides the address for the endpoint.
WithEnforceJSON forces all requests and responses to be in JSON, not sending or requesting SSZ.
WithExtraHeaders sets additional headers to be sent with each HTTP request.
WithLogLevel sets the log level for the module.
WithMonitor sets the monitor for the module.
WithTimeout sets the maximum duration for all requests to the endpoint.

# Constants

ContentTypeJSON implies a JSON content type.
ContentTypeSSZ implies an SSZ content type.
ContentTypeUnknown implies an unknown content type.

# Variables

ErrIncorrectType is returned when the multi client obtain a response type it is not expecting.

# Structs

Service is a builder client service.

# Interfaces

Parameter is the interface for service parameters.

# Type aliases

ContentType defines the builder spec version.