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, const(ubyte)[] data)
    class CachedCurlNetwork
    cachedReq
    (
    string url
    ,
    HTTP.Method method
    ,
    const(ubyte)[] data = null
    )

Meta