Closed BMorearty closed 5 years ago
Should this actually be protocol/http/response
?
The file structure you've got is http/protocol/response
because the gem is async-http
, so everything has to be under async/http
, not async/protocol
.
I ran the code sample this way and it worked. 🤷♂
Okay awesome thanks for your contribution!
One of the code samples doesn't run because of an incorrect
require
.