D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
URI
/
HTTP
/
Filename :
cdesc-HTTP.yaml
back
Copy
--- !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