module Fastly::Fetcher

def client(opts = {})

Get the current Fastly::Client
:nodoc: all
Encapsulates HTTP client interactions
def client(opts = {})
  @client ||= Client.new(opts)
end