update test
This commit is contained in:
parent
574ea328ed
commit
1290d0a0c3
1 changed files with 1 additions and 1 deletions
2
test.spl
2
test.spl
|
@ -118,7 +118,7 @@ func main { int | with args ;
|
||||||
catch {
|
catch {
|
||||||
use net:http:Request
|
use net:http:Request
|
||||||
"testing http" println
|
"testing http" println
|
||||||
def req "tudbut.de" 81 "GET" "/spltest" Request:new =req
|
def req "data.tudbut.de" 80 "GET" "/spltest" Request:new =req
|
||||||
req:send:body _str println
|
req:send:body _str println
|
||||||
} { with e ;
|
} { with e ;
|
||||||
e:message println
|
e:message println
|
||||||
|
|
Loading…
Add table
Reference in a new issue