LibreCat / Catmandu-RDF

Catmandu modules for working with RDF data
https://metacpan.org/release/Catmandu-RDF
Other
5 stars 6 forks source link

Doesn't work with proxy #38

Open jorol opened 4 years ago

jorol commented 4 years ago

At work we have to use a PROXY server. It's set in the environmental variables, but this doesn't work:

$ catmandu convert RDF --url http://data.linkeddatafragments.org/viaf --sparql 'SELECT * {?s ?p "McCarthy, Cormac"}'

Is there any way to load the PROXY server from the environmental variables or set it via an option like --proxy?