Open
Description
I've been working on ideas for the lib API design of http-next and getting inspiration from the strategy document and this old gist.
One question that popped was: does http-next need to handle all versions of http as part of the same core api module, or should it expose versions independently and let the community build modules custom tailored for specific handling/downgrading of http sessions?
Ex:
const {http, http2, http3} = require('node:http-next');