curl

Transfers data from or to a server.
Supports most protocols, including HTTP, FTP, and POP3.

=> More information.

curl {http://example.com} --output {filename}
curl --remote-name {http://example.com/filename}
curl --fail --remote-name --location --continue-at - {http://example.com/filename}
curl --data {'name=bob'} {http://example.com/form}
curl --header {'X-My-Header: 123'} --request {PUT} {http://example.com}
curl --data {'{"name":"bob"}'} --header {'Content-Type: application/json'} {http://example.com/users/1234}
curl --user myusername:mypassword {http://example.com}
curl --cert {client.pem} --key {key.pem} --insecure {https://example.com}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

=> CC-BY

Proxy Information
Original URL
gemini://freeshell.de/tldr/curl.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
104.39353 milliseconds
Gemini-to-HTML Time
0.313274 milliseconds

This content has been proxied by September (3851b).