Update networking layer w/ CURL and emscripten impl

This commit is contained in:
2025-11-08 01:50:36 +11:00
parent a17925904d
commit f6874dc55a
4105 changed files with 694617 additions and 179 deletions
+41
View File
@@ -0,0 +1,41 @@
<testcase>
<info>
<keywords>
FILE
</keywords>
</info>
<reply>
<data>
foo
bar
bar
foo
moo
</data>
</reply>
# Client-side
<client>
<server>
file
</server>
<name>
basic file:// file with "127.0.0.1" hostname
</name>
<command option="no-include">
file://127.0.0.1%FILE_PWD/%LOGDIR/test2070.txt
</command>
<file name="%LOGDIR/test2070.txt">
foo
bar
bar
foo
moo
</file>
</client>
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>