We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecb234 commit 2aa4d02Copy full SHA for 2aa4d02
1 file changed
src/core/modules/net_channel/net_channel_wrap.cpp
@@ -95,6 +95,14 @@ void export_net_channel(scope _net_channel)
95
&INetChannel::SendFile
96
);
97
98
+ NetChannel.def(
99
+ "request_file",
100
+ &INetChannel::RequestFile);
101
+
102
103
+ "deny_file",
104
+ &INetChannel::DenyFile);
105
106
NetChannel.def(
107
"send_data",
108
&INetChannel::SendData,
0 commit comments