Method: Polipus::HTTP#user_agent

Defined in:
lib/polipus/http.rb

#user_agentObject

The user-agent string which will be sent with each request, or nil if no such option is set



81
82
83
# File 'lib/polipus/http.rb', line 81

def user_agent
  @opts[:user_agent]
end