quic: add listEndpoints API#63536
Conversation
|
Review requested:
|
Signed-off-by: James M Snell <jasnell@gmail.com>
4a97717 to
b6bde18
Compare
|
@nodejs/quic @mcollina ... there is an API design question in this... right now, the module maintains a global set of The module-level |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #63536 +/- ##
=======================================
Coverage 90.32% 90.33%
=======================================
Files 730 730
Lines 234152 234172 +20
Branches 43900 43911 +11
=======================================
+ Hits 211499 211538 +39
+ Misses 14374 14367 -7
+ Partials 8279 8267 -12
🚀 New features to boost your workflow:
|
Adds the
listEndpointsAPI. Since we're maintaining a registry of endpoints to be re-used withconnect, this helps enumerate which endpoints are currently available.Also apply a few other minor cleanups
@nodejs/quic