post
Last updated
Was this helpful?
Last updated
Was this helpful?
[Ⓣ][1]
Creates an observable sequence from an Ajax POST Request with the body. This method is just shorthand for the Rx.DOM.Request.ajax
method with the POST method.
url
(String): A string of the URL to make the Ajax call.
[body]
(Object): The body to post
(Observable): The observable sequence which contains the response from the Ajax POST.