Flowdock
method

xml_http_request

Importance_1
v4.2.1 - Show latest stable - 0 notes - Class: ActionDispatch::Integration::RequestHelpers
xml_http_request(request_method, path, parameters = nil, headers_or_env = nil) public

Performs an XMLHttpRequest request with the given parameters, mirroring a request from the Prototype library.

The request_method is :get, :post, :patch, :put, :delete or :head; the parameters are nil, a hash, or a url-encoded or multipart string; the headers are a hash.

Show source
Register or log in to add new notes.