
ruby-lang.org
https://docs.ruby-lang.org/en/master/Net/HTTP.html
class Net::HTTPSession - Documentation for Ruby 4.0
It consists of some or all of: scheme, hostname, path, query, and fragment; see URI syntax. A Ruby URI::Generic object represents an internet URI. It provides, among others, methods scheme, hostname, path, query, and fragment. Schemes An internet URI has a scheme. The two schemes supported in Net::HTTP are 'https' and 'http':