# Functions

DefaultOptions returns Options object with default values.
NewError returns newly created Error initialised with nested error and default values.
NewService creates instance of http Service with given parameters.

# Structs

Error represent error response from InfluxDBServer or http error.
Options holds http configuration properties for communicating with InfluxDB server.

# Interfaces

Doer allows proving custom Do for HTTP operations.
Service handles HTTP operations with taking care of mandatory request headers and known errors.

# Type aliases

RequestCallback defines function called after a request is created before any call.
ResponseCallback defines function called after a successful response was received.