#' Tools to Intercept, Validate and Consume Web/Network Traffic
#'
#' The 'mitmproxy' <https://mitmproxy.org/> project provides tools
#' to intercept, modify and/or introspect network traffic. Methods are provided to
#' download, install, configure and launch 'mitmproxy' plus introspect and validate
#' network captures.
#'
#' @md
#' @name middlechild
#' @docType package
#' @author Ildiko Czeller (czeildi@@gmail.com)
#' @author Karthik Ram (karthik.ram@@gmail.com)
#' @author Bob Rudis (bob@@rud.is)
#' @author Kara Woo
#' @import sys stringi
#' @importFrom devtools check
#' @importFrom getPass getPass
#' @importFrom tools file_ext
#' @importFrom jsonlite stream_in
#' @importFrom openssl base64_decode
#' @importFrom anytime anytime
#' @importFrom formatR tidy_source
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.