{"library":"handy-http","install":[{"cmd":"npm install handy-http","imports":["var HTTPClient = require('handy-http');\nvar client = new HTTPClient();","client.open({ url: 'http://example.com', method: 'POST', data: { key: 'value' } }, callback);","var request = client.open({ url: '...' }, callback);\nrequest.on('socket', function(socket) { /* ... */ });"]},{"cmd":"yarn add handy-http","imports":[]},{"cmd":"pnpm add handy-http","imports":[]}]}