Module
Typhoeus::Utils
In:
lib/typhoeus/utils.rb
Methods
bytesize
bytesize
escape
traversal_to_param_string
traverse_params_hash
Public Instance methods
bytesize
(string)
bytesize
(string)
escape
(s)
Taken from Rack::Utils, 1.2.1 to remove Rack dependency.
traversal_to_param_string
(traversal, escape = true)
traverse_params_hash
(hash, result = nil, current_key = nil)
Params are NOT escaped.
[Validate]