-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.12 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: bmproxy
Title: Wrapper around the 'BrowserMob Proxy' REST API for R
Version: 1.1.0
Authors@R: c( person("John", "Harrison", , "johndharrison0@gmail.com",
role = c("aut", "cre")))
Description: 'BrowserMob Proxy' is a utility to help web developers watch
and manipulate network traffic from their AJAX applications. It
captures performance data in the HAR format. In addition it can
actually control HTTP traffic, such as: blacklisting and whitelisting
certain URL patterns, simulating various bandwidth and latency,
remapping DNS lookups, flushing DNS caching, controlling DNS and
request timeouts and automatic BASIC authorization. This package
provides an R client for the 'BrowserMob Proxy' REST API.
License: GPL-3
LazyData: true
URL: https://github.com/johndharrison/bmproxy
URLNote: https://github.com/johndharrison/bmproxy
BugReports: https://github.com/johndharrison/bmproxy/issues
RoxygenNote: 5.0.1
License: GPL-3
Depends:
R (>= 3.0.0)
Imports:
httr,
magrittr,
whisker,
assertthat,
HARtools,
binman,
subprocess,
yaml
Suggests:
testthat,
covr