mirror of
https://github.com/curl/curl.git
synced 2026-06-14 14:25:39 +03:00
813 B
813 B
| c | SPDX-License-Identifier | Long | Help | Arg | Added | Category | Multi | See-also | Example | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | proto-default | Use PROTOCOL for any URL missing a scheme | <protocol> | 7.45.0 | connection curl | single |
|
|
--proto-default
Use protocol for any provided URL missing a scheme. The case-insensitive
name should be given without any :// suffix.
An unknown or unsupported protocol causes error CURLE_UNSUPPORTED_PROTOCOL.
This option does not change the default proxy protocol (http).
Without this option set, curl guesses protocol based on the hostname, see --url for details.
The default protocol cannot be set to ipfs or ipns. Those schemes need to
be used explicitly in the URL.