remote Request
Makes a remote call to the remote server.
Return
a promise of the response
Parameters
an URL address
data to be sent
a HTTP method
a content type of the request
a function to set request parameters
Makes a remote call to the remote server.
Return
a promise of the response
Parameters
an URL address
data to be sent
a deserializer for the result value
a HTTP method
a content type of the request
a function to set request parameters
a function to transform the result of the call
Makes a remote call to the remote server.
Return
a promise of the response
Parameters
an URL address
for the data
data to be sent
a HTTP method
a content type of the request
a function to set request parameters
Makes a remote call to the remote server.
Return
a promise of the response
Parameters
an URL address
for the data
data to be sent
a deserializer for the result value
a HTTP method
a content type of the request
a function to set request parameters
a function to transform the result of the call