Tue 27 Aug 00:14:56 CEST 2024

This commit is contained in:
sbosse 2024-08-27 00:15:29 +02:00
parent c38fe8d7a2
commit f2464e6e16

10
test/test-amp-h1a.js Normal file
View File

@ -0,0 +1,10 @@
var sport = Port.ofString('12:34:56:78')
config({
log:{
time:true
}
})
port(DIR.IP('http://localhost:4567'))
port(DIR.IP('http://localhost:5567?secure=12:34:56:78:00:00'))
port(DIR.IP('http://localhost:6567'),{secure:sport})
start()