BunHttpServerRequest.toRequest for Bun, but not for Node. The Node module has NodeHttpServerRequest.toIncomingMessage but the better-auth handler expects a Request object and not an IncomingMessage. What's the most convenient way to get the actual Request object based off of const request = yield* HttpServerRequest.HttpServerRequest?