Machinery for blocking http requests in place, except actual networking
This commit is contained in:
@@ -42,3 +42,9 @@ function setfoo(n)
|
||||
function buildq()
|
||||
return tangible.build{class="login", x=10, y=0, z=0, plane="nowhere", graphic="what"}
|
||||
end
|
||||
|
||||
function htest()
|
||||
print("hi")
|
||||
pprint(http.get{url="https://mit.edu/"})
|
||||
print("bye")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user