File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/config/dist-cjs/submodules/requestHandler

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

index.js465 B · 14 lines
'use strict'; var protocols = require('@smithy/core/protocols');var fetchHttpHandler = require('@smithy/fetch-http-handler');var nodeHttpHandler = require('@smithy/node-http-handler');   exports.HttpRequest = protocols.HttpRequest;exports.HttpResponse = protocols.HttpResponse;exports.FetchHttpHandler = fetchHttpHandler.FetchHttpHandler;exports.NodeHttp2Handler = nodeHttpHandler.NodeHttp2Handler;exports.NodeHttpHandler = nodeHttpHandler.NodeHttpHandler;