spidr icon indicating copy to clipboard operation
spidr copied to clipboard

Switch to using async-http

Open postmodern opened this issue 2 years ago • 1 comments

Switch from using Ruby's net/http to using async-http. This would allow for easy connection pooling and concurrent requests, without the overhead of threads and mutexes.

postmodern avatar Jan 29 '22 03:01 postmodern

This might be temporarily blocked by socketry/async-http#35. The test suite depends heavily on WebMock.

postmodern avatar Jan 29 '22 03:01 postmodern