PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
| Dir : /opt/alt/ruby18/lib64/ruby/gems/1.8/doc/rack-1.6.1/ri/Rack/Multipart/ |
| Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 66.29.132.192 |
| Dir : //opt/alt/ruby18/lib64/ruby/gems/1.8/doc/rack-1.6.1/ri/Rack/Multipart/cdesc-Multipart.yaml |
--- !ruby/object:RI::ClassDescription
attributes: []
class_methods:
- !ruby/object:RI::MethodSummary
name: build_multipart
- !ruby/object:RI::MethodSummary
name: parse_multipart
comment:
- !ruby/struct:SM::Flow::P
body: A multipart form data parser, adapted from IOWA.
- !ruby/struct:SM::Flow::P
body: Usually, Rack::Request#POST takes care of calling this.
constants:
- !ruby/object:RI::Constant
comment:
name: EOL
value: "\"\\r\\n\""
- !ruby/object:RI::Constant
comment:
name: MULTIPART_BOUNDARY
value: "\"AaB03x\""
- !ruby/object:RI::Constant
comment:
name: MULTIPART
value: "%r|\\Amultipart/.*boundary=\\\"?([^\\\";,]+)\\\"?|ni"
- !ruby/object:RI::Constant
comment:
name: TOKEN
value: /[^\s()<>,;:\\"\/\[\]?=]+/
- !ruby/object:RI::Constant
comment:
name: CONDISP
value: /Content-Disposition:\s*#{TOKEN}\s*/i
- !ruby/object:RI::Constant
comment:
name: DISPPARM
value: /;\s*(#{TOKEN})=("(?:\\"|[^"])*"|#{TOKEN})/
- !ruby/object:RI::Constant
comment:
name: RFC2183
value: /^#{CONDISP}(#{DISPPARM})+$/i
- !ruby/object:RI::Constant
comment:
name: BROKEN_QUOTED
value: /^#{CONDISP}.*;\sfilename="(.*?)"(?:\s*$|\s*;\s*#{TOKEN}=)/i
- !ruby/object:RI::Constant
comment:
name: BROKEN_UNQUOTED
value: /^#{CONDISP}.*;\sfilename=(#{TOKEN})/i
- !ruby/object:RI::Constant
comment:
name: MULTIPART_CONTENT_TYPE
value: "/Content-Type: (.*)#{EOL}/ni"
- !ruby/object:RI::Constant
comment:
name: MULTIPART_CONTENT_DISPOSITION
value: /Content-Disposition:.*\s+name="?([^\";]*)"?/ni
- !ruby/object:RI::Constant
comment:
name: MULTIPART_CONTENT_ID
value: /Content-ID:\s*([^#{EOL}]*)/ni
full_name: Rack::Multipart
includes: []
instance_methods: []
name: Multipart
superclass: