Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2025
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. package example
  2.  
  3. result contains response if {
  4. request := {
  5. "method": "GET",
  6. "url": "https://httpbin.org/get",
  7. "headers": {"Accept": "application/json"},
  8. }
  9. response := http.send(request)
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement