From f2464e6e165599a281cc4e77b7727536e1b9dd39 Mon Sep 17 00:00:00 2001 From: sbosse Date: Tue, 27 Aug 2024 00:15:29 +0200 Subject: [PATCH] Tue 27 Aug 00:14:56 CEST 2024 --- test/test-amp-h1a.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/test-amp-h1a.js diff --git a/test/test-amp-h1a.js b/test/test-amp-h1a.js new file mode 100644 index 0000000..af8feff --- /dev/null +++ b/test/test-amp-h1a.js @@ -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()