Ruby WEBrick::HTTPUtils Functions

EditRocket provides the following information on WEBrick::HTTPUtils functions in the Ruby source code builder.

dequote(str) -

escape(str) -

escape8bit(str) -

escape_form(str) -

escape_path(str) -

load_mime_types(file) - Load Apache compatible mime.types file.

mime_type(filename, mime_tab) -

normalize_path(path) -

parse_form_data(io, boundary) -

parse_header(raw) -

parse_query(str) -

parse_qvalues(value) -

parse_range_header(ranges_specifier) -

quote(str) -

split_header_value(str) -

unescape(str) -

unescape_form(str) -