CachedCurlNetwork.cachedReq

Perform a raw request and return information about the resulting cached response.

  1. Response cachedReq(Request request)
  2. Response cachedReq(string url, HTTP.Method method, void[] data)
    class CachedCurlNetwork
    cachedReq
    (
    string url
    ,
    HTTP.Method method
    ,
    in void[] data = null
    )

Meta