Closed tgvashworth closed 8 years ago
getRequest and getResponse return Promises, and are linearized such that the result of one flows into the later functions. We need a generic way to compose the plugin's functions in a FetchGroup.
getRequest
getResponse
This should be a reduce over the plugins.
getRequest
andgetResponse
return Promises, and are linearized such that the result of one flows into the later functions. We need a generic way to compose the plugin's functions in a FetchGroup.This should be a reduce over the plugins.