@bagder This makes curl is perfect for checking checksums (curl ... | sha256sum -) and checking API results and I always use curl for that. This also makes curl harder to use for downloading files, so I always use wget for that. I's good to have a choice, and to have different tools available for different situations.