Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

15 lignes
380 B

il y a 5 ans
#' Make 'DNS over HTTPS' Queries
#'
il y a 5 ans
#' - 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>
il y a 5 ans
#'
#' @md
#' @name playdoh
#' @docType package
il y a 5 ans
#' @keywords internal
#' @author Bob Rudis (bob@@rud.is)
#' @import httr
#' @importFrom jsonlite fromJSON
NULL