Module | Multipart |
In: |
lib/rack/utils.rb
|
A multipart form data parser, adapted from IOWA.
Usually, Rack::Request#POST takes care of calling this.
EOL | = | "\r\n" |
MULTIPART_BOUNDARY | = | "AaB03x" |