Server : Apache System : Linux host44.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 User : vapecompany ( 2719) PHP Version : 7.4.33 Disable Function : NONE Directory : /opt/alt/ruby18/share/ri/1.8/system/URI/HTTP/ |
Upload File : |
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: build - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: The syntax of HTTP URIs is defined in RFC1738 section 3.3. - !ruby/struct:SM::Flow::P body: Note that the Ruby URI library allows HTTP URLs containing usernames and passwords. This is not legal as per the RFC, but used to be supported in Internet Explorer 5 and 6, before the MS04-004 security update. See <URL:http://support.microsoft.com/kb/834489>. constants: - !ruby/object:RI::Constant comment: name: DEFAULT_PORT value: "80" - !ruby/object:RI::Constant comment: name: COMPONENT value: "[ :scheme, :userinfo, :host, :port, :path, :query, :fragment" full_name: URI::HTTP includes: - !ruby/object:RI::IncludedModule name: OpenURI::OpenRead instance_methods: - !ruby/object:RI::MethodSummary name: request_uri name: HTTP superclass: Object