# 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.
# Type aliases
RequestCallback defines function called after a request is created before any call.
ResponseCallback defines function called after a successful response was received.