# 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.
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.
WithName provides the name for the endpoint.
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.

# Structs

Service is an Ethereum 2 client service.

# Interfaces

Parameter is the interface for service parameters.

# Type aliases

ContentType defines the builder spec version.