Module: skyring/lib/transports/http

Dispatches an http request

The Http transport backend


new (require("skyring/lib/transports/http"))(method, url, payload, id, cache)

Parameters:
Name Type Description
method String

The http method to use when dispatching the request

url String

the url to target when dispatching

payload String

The data payload to include in the request

id String

The id of the timer being executed

cache module:skyring/lib/timer

A timer cache instance to delete from after execution

Source:

Requires