Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package example
- result contains response if {
- request := {
- "method": "GET",
- "url": "https://httpbin.org/get",
- "headers": {"Accept": "application/json"},
- }
- response := http.send(request)
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement