dequote(str) Class Public methods Removes quotes and escapes from str
to_s() Instance Public methods This FormData's body
to_ary() Instance Public methods A FormData will behave like an Array list
list() Instance Public methods Returns all the FormData as an Array to_ary
each_data() Instance Public methods Yields each entry in this FormData
append_data(data) Instance Public methods Adds data at the end of the chain of entries This is called by WEBrick::HTTPUtils.parse_form_data for you.
[](*key) Instance Public methods Retrieves the header at the first entry in key
<<(str) Instance Public methods Adds str to this FormData which may be the body, a header or a header entry. This is called by WEBrick::HTTPUtils.parse_form_data for you
new(*args) Class Public methods Creates a new FormData object. args is an Array of form data entries. One FormData will be created for each entry. This is called by WEBrick::HTTPUtils.parse_form_data for you
success?(code) Class Public methods Is code a successful status?
Page 465 of 2275