BorderCloud / SPARQL-JAVA

Client SPARQL 1.1 (very simple) for Java
Other
9 stars 6 forks source link

Support customizing user agent #5

Closed lucaswerkmeister closed 5 years ago

lucaswerkmeister commented 5 years ago

As far as I can tell, this library will currently send the default Apache HttpComponents User-Agent header to the query service (though I haven’t tested it). It should allow users to customize this (and ideally use a default that identifies this particular library).

BorderCloud commented 5 years ago

It's done. Thanks.

lucaswerkmeister commented 4 years ago

Support for customizing the user agent seems to have vanished in the new version (eb8132d7ae6f70b18815f5aa0845ca73f3d85ece).

BorderCloud commented 4 years ago

You can propose a pull request or I will fix it in the next version.

Thanks