Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nodejs): HTTP transport, configuration string, new config options (
#26) * feat(nodejs): HTTP transport, configuration string, new config options * feat(nodejs): HTTP transport, configuration string, new config options * Update src/sender.js Co-authored-by: Nick Woolmer <[email protected]> * Update src/sender.js Co-authored-by: Nick Woolmer <[email protected]> * Update src/options.js Co-authored-by: Nick Woolmer <[email protected]> * Update src/options.js Co-authored-by: Nick Woolmer <[email protected]> * Update src/options.js Co-authored-by: Nick Woolmer <[email protected]> * Update src/options.js Co-authored-by: Nick Woolmer <[email protected]> * Update src/options.js Co-authored-by: Nick Woolmer <[email protected]> * Update types/src/sender.d.ts Co-authored-by: Nick Woolmer <[email protected]> * Update src/options.js Co-authored-by: Nick Woolmer <[email protected]> * Update src/options.js Co-authored-by: Nick Woolmer <[email protected]> * use sender's logger * destroy request before retry * fix test to work with different node versions * custom http agent option * custom http agent options * destroy default http agents when last sender is closed * buffer size comment + jsdoc fix * tsc + jsdoc generated * fixing tests * fix test depends on node version * Update src/options.js Co-authored-by: Andrei Pechkurov <[email protected]> * separate counters for http and tcp * examples * examples * examples * make protocol option mandatory * remove sender instance counters * improve docs --------- Co-authored-by: Nick Woolmer <[email protected]> Co-authored-by: Andrei Pechkurov <[email protected]>
- Loading branch information