gojek/wrest

Naive implementation of asynchronous requests using threads

Closed this issue · 1 comments

The request methods of Wrest::Uri (like get, put, post, and delete) are synchronous. Add corresponding asynchronous methods.

Note: This implementation of asynchronous requests on Wrest::Uri is not production ready. See related issues kaiwren/wrest#96 and kaiwren/wrest#97.

Closed by a03741c