Method: Arachni::OptionGroups::HTTP#proxy

Defined in:
lib/arachni/option_groups/http.rb

#proxyString

Returns Proxy URL (‘host:port`).

Returns:

  • (String)

    Proxy URL (‘host:port`).

See Also:



119
120
121
# File 'lib/arachni/option_groups/http.rb', line 119

def proxy
  @proxy
end