Home
last modified time | relevance | path

Searched refs:gateway (Results 1 – 22 of 22) sorted by relevance

/curl/docs/cmdline-opts/
H A Dipfs-gateway.md4 Long: ipfs-gateway
15 - --ipfs-gateway $URL ipfs://
18 # `--ipfs-gateway`
20 Specify which gateway to use for IPFS and IPNS URLs. Not specifying this
22 if a `~/.ipfs/gateway` file holding the gateway URL exists.
24 If you run a local IPFS node, this gateway is by default available under
27 curl --ipfs-gateway http://localhost:8080 \
31 https://ipfs.github.io/public-gateway-checker/
34 trust the gateway. This might be fine in local gateways that you host
38 mitigation could be to go for a "trustless" gateway. This means you locally
[all …]
H A DMakefile.inc140 ipfs-gateway.md \
/curl/src/
H A Dtool_ipfs.c70 if(gateway) { in ipfs_gateway()
73 return gateway; in ipfs_gateway()
115 if(gateway) in ipfs_gateway()
118 if(!gateway) in ipfs_gateway()
123 return gateway; in ipfs_gateway()
128 Curl_safefree(gateway); in ipfs_gateway()
142 char *gateway = NULL; in ipfs_url_rewrite() local
176 if(!gateway) { in ipfs_url_rewrite()
189 gateway = ipfs_gateway(); in ipfs_url_rewrite()
190 if(!gateway) { in ipfs_url_rewrite()
[all …]
/curl/tests/data/
H A Dtest74123 IPFS with malformed gateway URL from multiline gateway file, first line no url
28 <file name="%LOGDIR/.ipfs/gateway" >
37 # malformed gateway URL, first line in file must be a gateway URL
H A Dtest72622 # This is to prevent the automatic gateway detection from finding a gateway file in your home folde…
26 IPFS with no gateway URL (no environment or home file either)
34 # Verify with no gateway url and no auto detection
H A Dtest72320 IPFS with malformed gateway URL (bad function argument error)
23 --ipfs-gateway http://nonexisting,local:8080 ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopse…
30 # malformed gateway URL (bad function argument error)
H A Dtest72523 IPFS with malformed gateway URL from gateway file
28 <file name="%LOGDIR/.ipfs/gateway" >
H A Dtest73920 IPNS path and query args for gateway and IPFS url (malformed gateway url)
23 --ipfs-gateway "http://%HOSTIP:%HTTPPORT/some/path?biz=baz" "ipns://fancy.tld/a/b?foo=bar&aaa=bbb"
H A Dtest72437 IPFS with gateway URL from gateway file
42 <file name="%LOGDIR/.ipfs/gateway" >
H A Dtest74037 IPFS with gateway URL from multiline gateway file
42 <file name="%LOGDIR/.ipfs/gateway" >
H A Dtest73137 IPFS with gateway URL and path from gateway file
42 <file name="%LOGDIR/.ipfs/gateway" >
H A Dtest73823 IPFS with IPFS_PATH, no gateway file
31 # Verify error code with no gateway file (detection fails)
H A Dtest73034 IPFS arg gateway with path
37 --ipfs-gateway http://%HOSTIP:%HTTPPORT/foo/bar ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7ko…
H A Dtest73434 IPFS with path, query args and gateway with path
37 --ipfs-gateway http://%HOSTIP:%HTTPPORT/some/path "ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland…
H A Dtest73534 IPNS with path, query args and gateway with path
37 --ipfs-gateway http://%HOSTIP:%HTTPPORT/some/path "ipns://fancy.tld/a/b?foo=bar&aaa=bbb"
H A Dtest72237 --ipfs-gateway http://%HOSTIP:%HTTPPORT ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6p…
H A Dtest72737 --ipfs-gateway http://%HOSTIP:%HTTPPORT ipns://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6p…
H A Dtest73237 --ipfs-gateway http://%HOSTIP:%HTTPPORT "ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6…
H A Dtest73642 <file name="%LOGDIR/.ipfs/gateway" >
H A Dtest73742 <file name="%LOGDIR/.ipfs/gateway" >
H A Dtest73337 --ipfs-gateway http://%HOSTIP:%HTTPPORT "ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6…
/curl/docs/
H A Doptions-in-versions103 --ipfs-gateway 8.4.0

Completed in 27 milliseconds