R/bmproxy.R

#' Wrapper around the 'BrowserMob' Proxy REST API for R
#'
#' Wrapper around the 'BrowserMob Proxy' REST API for R.
#' 'BrowserMob Proxy' is a utility to help web developers watch and
#' manipulate network traffic from their AJAX applications.
#'
#' @importFrom magrittr %>%
#' @importFrom httr VERB content stop_for_status content_type_json config
#' @importFrom whisker whisker.render
#' @importFrom assertthat assert_that
#' @importFrom HARtools readHAR writeHAR HARviewer
#'
#' @docType package
#' @name bmproxy
NULL
johndharrison/bmproxy documentation built on May 19, 2019, 5:13 p.m.