|
|
|
|
|
by jively
4323 days ago
|
|
Not at the moment, but it can certainly be added. I assume you mean some kind of pipelining so that if multiple requests that have the same signature come through then only one gets executed and the response is shared amongst all the requesting clients without them ever touching the underlying application? |
|
This is for instance how facebook does it: https://developers.facebook.com/docs/graph-api/making-multip...