PATH:
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
gems
/
1.8
/
doc
/
rack-1.6.1
/
rdoc
/
classes
/
Rack
/
Request.src
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>cookies (Rack::Request)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File lib/rack/request.rb, line 295</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">cookies</span> <span class="ruby-identifier">hash</span> = <span class="ruby-ivar">@env</span>[<span class="ruby-value str">"rack.request.cookie_hash"</span>] <span class="ruby-operator">||=</span> {} <span class="ruby-identifier">string</span> = <span class="ruby-ivar">@env</span>[<span class="ruby-value str">"HTTP_COOKIE"</span>] <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">hash</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">string</span> <span class="ruby-operator">==</span> <span class="ruby-ivar">@env</span>[<span class="ruby-value str">"rack.request.cookie_string"</span>] <span class="ruby-identifier">hash</span>.<span class="ruby-identifier">clear</span> <span class="ruby-comment cmt"># According to RFC 2109:</span> <span class="ruby-comment cmt"># If multiple cookies satisfy the criteria above, they are ordered in</span> <span class="ruby-comment cmt"># the Cookie header such that those with more specific Path attributes</span> <span class="ruby-comment cmt"># precede those with less specific. Ordering with respect to other</span> <span class="ruby-comment cmt"># attributes (e.g., Domain) is unspecified.</span> <span class="ruby-identifier">cookies</span> = <span class="ruby-constant">Utils</span>.<span class="ruby-identifier">parse_query</span>(<span class="ruby-identifier">string</span>, <span class="ruby-value str">';,'</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">s</span><span class="ruby-operator">|</span> <span class="ruby-constant">Rack</span><span class="ruby-operator">::</span><span class="ruby-constant">Utils</span>.<span class="ruby-identifier">unescape</span>(<span class="ruby-identifier">s</span>) <span class="ruby-keyword kw">rescue</span> <span class="ruby-identifier">s</span> } <span class="ruby-identifier">cookies</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">k</span>,<span class="ruby-identifier">v</span><span class="ruby-operator">|</span> <span class="ruby-identifier">hash</span>[<span class="ruby-identifier">k</span>] = <span class="ruby-constant">Array</span> <span class="ruby-operator">===</span> <span class="ruby-identifier">v</span> <span class="ruby-value">? </span><span class="ruby-identifier">v</span>.<span class="ruby-identifier">first</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">v</span> } <span class="ruby-ivar">@env</span>[<span class="ruby-value str">"rack.request.cookie_string"</span>] = <span class="ruby-identifier">string</span> <span class="ruby-identifier">hash</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
[-] M000305.html
[edit]
[-] M000302.html
[edit]
[-] M000325.html
[edit]
[-] M000315.html
[edit]
[-] M000295.html
[edit]
[-] M000311.html
[edit]
[-] M000318.html
[edit]
[-] M000338.html
[edit]
[-] M000322.html
[edit]
[-] M000307.html
[edit]
[-] M000316.html
[edit]
[-] M000326.html
[edit]
[-] M000304.html
[edit]
[-] M000323.html
[edit]
[-] M000312.html
[edit]
[-] M000298.html
[edit]
[-] M000346.html
[edit]
[-] M000294.html
[edit]
[-] M000348.html
[edit]
[-] M000342.html
[edit]
[-] M000306.html
[edit]
[-] M000331.html
[edit]
[-] M000324.html
[edit]
[-] M000328.html
[edit]
[-] M000339.html
[edit]
[-] M000351.html
[edit]
[-] M000321.html
[edit]
[-] M000329.html
[edit]
[-] M000336.html
[edit]
[-] M000330.html
[edit]
[-] M000319.html
[edit]
[-] M000303.html
[edit]
[+]
..
[-] M000308.html
[edit]
[-] M000340.html
[edit]
[-] M000341.html
[edit]
[-] M000345.html
[edit]
[-] M000297.html
[edit]
[-] M000350.html
[edit]
[-] M000344.html
[edit]
[-] M000320.html
[edit]
[-] M000347.html
[edit]
[-] M000327.html
[edit]
[-] M000333.html
[edit]
[-] M000309.html
[edit]
[-] M000299.html
[edit]
[-] M000317.html
[edit]
[-] M000300.html
[edit]
[-] M000293.html
[edit]
[-] M000332.html
[edit]
[-] M000314.html
[edit]
[-] M000334.html
[edit]
[-] M000310.html
[edit]
[-] M000313.html
[edit]
[-] M000296.html
[edit]
[-] M000343.html
[edit]
[-] M000349.html
[edit]
[-] M000337.html
[edit]
[-] M000301.html
[edit]