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 {
|
||||
use net:http:Request
|
||||
"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
|
||||
} { with e ;
|
||||
e:message println
|
||||
|
|
Loading…
Add table
Reference in a new issue