request-compose icon indicating copy to clipboard operation
request-compose copied to clipboard

Composable HTTP Client

Results 2 request-compose issues
Sort by recently updated
recently updated
newest added

Line 27: ```javascript 'servernam', ``` Should be: ```javascript 'servername', ``` Side note: love that you've created a HTTP Client solution using FP! Maintaining 20+ servers / microservices that have all...

The idea is almost same with mine. Since that the request.js package is difficult to maintain and extend. Wow, I should consider the module in my next refactor of `crawler`....