class LHC::Request
def optionally_encoded_url(options)
Experimental RBS support (using type sampling data from the type_fusion
project).
def optionally_encoded_url: (Hash options) -> String
This signature was generated using 32 samples from 2 applications.
def optionally_encoded_url(options) return options[:url] unless options.fetch(:url_encoding, true) encode_url(options[:url]) end