You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 rivejä
380 B

5 vuotta sitten
#' Make 'DNS over HTTPS' Queries
#'
5 vuotta sitten
#' - RFC: <https://tools.ietf.org/id/draft-ietf-doh-dns-over-https-05.html>
#' - URL: <https://gitlab.com/hrbrmstr/playdoh>
#' - BugReports: <https://gitlab.com/hrbrmstr/playdoh/issues>
5 vuotta sitten
#'
#' @md
#' @name playdoh
#' @docType package
5 vuotta sitten
#' @keywords internal
#' @author Bob Rudis (bob@@rud.is)
5 vuotta sitten
#' @import httr
#' @importFrom jsonlite fromJSON
NULL