|
|
|
|
|
by jkarneges
4507 days ago
|
|
Hmm, that's definitely outside the scope of pushpin, but it's an interesting idea for a different project perhaps. I guess you want a proxy that you could tell to make an HTTP request on your behalf but would return immediately. And then it would make an HTTP request back to you once it has received the remote response. Another of our projects is Zurl, which is used for async outbound HTTP. You'd have to write some zmq handler code but potentially it could be appropriated for what you're trying to do. |
|