Curl playground

# curl supports all HTTP methods.
# GET is the default one, requires no options:
curl http://httpbingo.org/get

# Httpbin is an HTTP debugging service.
# Its /get handle returns all the details of the
# incoming GET request as a JSON object. So the
# JSON you see in the response comes from Httpbin,
# not from curl itself.

curl is the ultimate tool for internet transfers.

⛫ homepage • αω tutorial • ⚘ community