Current Path : /usr/local/share/ri/1.8/system/URI/HTTP/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/ri/1.8/system/URI/HTTP/cdesc-HTTP.yaml |
--- !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