Displaying 1 result from an estimated 1 matches for "read_from_cmdline".
2006 Jan 14
1
BUG: HTTP body content get parsed in PUT call
...''] = content.freeze
end
def read_query_params(method)
case method
when :get
read_params_from_query
when :post
read_params_from_post
when :put
setup_raw_put_data
when :cmd
read_from_cmdline
else # when :head, :delete, :options
read_params_from_query
end
end
end
end
--
Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1888 bytes
Desc: not available
Url :...