rOpenGov / eurostat

R tools for Eurostat data
http://ropengov.github.io/eurostat
Other
234 stars 46 forks source link

Switch from httr to httr2 #276

Closed pitkant closed 11 months ago

pitkant commented 11 months ago

TO DO:

#'   To use a proxy to connect, a [httr::use_proxy()] can be
#'   passed to [httr::GET()]. For example
#'   `get_eurostat_json(id, filters,
#'   config = httr::use_proxy(url, port, username, password))`.
pitkant commented 11 months ago

Proxy functionalities are now implemented, needs only testing