storage for http request response objects
get_robotstxt() worker function to execute HTTP request
rt_last_httpget_robotstxt_http_get(
domain,
user_agent = utils::sessionInfo()$R.version$version.string,
ssl_verifypeer = 1
)
An object of class environment
of length 1.
the domain to get tobots.txt. file for
the user agent to use for HTTP request header
analog to CURL option https://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html -- and might help with robots.txt file retrieval in some cases