What does wget http://example.test/hello.txt normally do?
wget http://example.test/hello.txt
Request only the HTTP headers without saving content
Start a local web server that publishes hello.txt
hello.txt
Print the URL text without contacting the server
Download the resource and save it to disk automatically