File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/aws-crt/source

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 /.

http_stream.h492 B · 15 lines
#ifndef AWS_CRT_NODEJS_HTTP_STREAM_H#define AWS_CRT_NODEJS_HTTP_STREAM_H/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include "module.h" napi_value aws_napi_http_stream_new(napi_env env, napi_callback_info info);napi_value aws_napi_http_stream_activate(napi_env env, napi_callback_info info);napi_value aws_napi_http_stream_close(napi_env env, napi_callback_info info); #endif /* AWS_CRT_NODEJS_HTTP_STREAM_H */