getResponseBody: get response body for text resources

Description Usage Arguments Value Examples

Description

get response body for text resources

Usage

1
2
getResponseBody(server, testId, run = 1L, repeatView = FALSE,
  request = 1L, dryRun = FALSE, ...)

Arguments

server

A WebPagetest server

testId

test ID string

run

an integer. Which run number on a multiple runs test. Defaults to 1L.

repeatView

get the Repeat View (cached view) instead of default First View (primed cache). Defaults to FALSE

request

The request number defaults to 1L.

dryRun

If TRUE just return the RESTful API URL. Defaults to FALSE

...

Additonal function arguments

Value

A character vector containing the Response body. If no Response body is available for the test HTTP 404 error is returned.

Examples

1
2
3
4
5
6
7
## Not run: 
  WPT <- server()
  history <- getHistory(WPT, filter = "London")
  tID <- as.character(history[dim(history)[1], "Test ID"])
  responsebody <- getResponseBody(WPT, tID)

## End(Not run)

johndharrison/webpagetestr documentation built on May 19, 2019, 5:14 p.m.