Advertisement
DeltaTechnology

Untitled

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