technology logo
technology logo

CMD snip

share link

by acrakesh522 dot icon Updated: Dec 8, 2022

Guide Kit Guide Kit  

cURL, which stands for client URL, is a command line tool that developers use to transfer data to and from a server. At the most fundamental, cURL lets you talk to a server by specifying the location (in the form of a URL) and the data you want to send.


curl -XGET http://localhost:9200


See similar Kits and Libraries