download
raw
259 Bytes
// src/adapter/deno/conninfo.ts
var getConnInfo = (c) => {
const { remoteAddr } = c.env;
return {
remote: {
address: remoteAddr.hostname,
port: remoteAddr.port,
transport: remoteAddr.transport
}
};
};
export {
getConnInfo
};

Xet Storage Details

Size:
259 Bytes
·
Xet hash:
90f048098e7a38d7b14add63f9e9523237d4e9f7410cd4360d4918042f1c8aae

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.