Advertisement
DeltaTechnology

Untitled

Jun 20th, 2023
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. local response = request({
  2. Url = "http://httpbin.org/",
  3. Method = "GET",
  4. })
  5.  
  6. print(response)
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement