mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-11 09:29:51 +00:00
ethernet: update tests
This commit is contained in:
parent
57ce4403aa
commit
d1ec1232dc
@ -13,9 +13,12 @@ WEBSERVER.BAS: webserver.bas
|
|||||||
|
|
||||||
|
|
||||||
ethernet.dsk: SETUP.BAS \
|
ethernet.dsk: SETUP.BAS \
|
||||||
WEBSERVER.BAS
|
WEBSERVER.BAS \
|
||||||
|
R.TXT
|
||||||
$(DOS33) -y ethernet.dsk SAVE A SETUP.BAS
|
$(DOS33) -y ethernet.dsk SAVE A SETUP.BAS
|
||||||
$(DOS33) -y ethernet.dsk SAVE A WEBSERVER.BAS
|
$(DOS33) -y ethernet.dsk SAVE A WEBSERVER.BAS
|
||||||
|
$(DOS33) -y ethernet.dsk SAVE T R.TXT
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~ *.BAS
|
rm -f *~ *.BAS
|
||||||
|
BIN
ethernet/c/favicon.ico
Normal file
BIN
ethernet/c/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
8
ethernet/request.txt
Normal file
8
ethernet/request.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
GET / HTTP/1.1
|
||||||
|
Host: localhost
|
||||||
|
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0
|
||||||
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
||||||
|
Accept-Language: en-US,en;q=0.5
|
||||||
|
Accept-Encoding: gzip, deflate
|
||||||
|
Connection: keep-alive
|
||||||
|
Upgrade-Insecure-Requests: 1
|
Loading…
x
Reference in New Issue
Block a user