Skip to content

Commit

Permalink
set http_version globally
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Blätte authored and Andreas Blätte committed Feb 26, 2024
1 parent a52d1fb commit f0c682b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/wikidata.R
Expand Up @@ -261,7 +261,7 @@ setGeneric(
#' options(dbpedia.lang = "en")
#' options(dbpedia.endpoint = "http://api.dbpedia-spotlight.org/en/annotate")
#'
#' httr::set_config(httr::config(ssl_verifypeer = 0L))
#' httr::set_config(httr::config(ssl_verifypeer = 0L, http_version = 1.1))
#'
#' uritab <- data_char_ukimmig2010 %>%
#' corpus() %>%
Expand Down
2 changes: 1 addition & 1 deletion man/wikidata_uris.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f0c682b

Please sign in to comment.