Tools to Work with the 'Splash' JavaScript Rendering Service in R
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

32 рядки
972 B

% Generated by roxygen2: do not edit by hand
5 роки тому
% Please edit documentation in R/helpers.R
\name{get_response_body}
\alias{get_response_body}
\title{Retrieve the body content of a HAR entry}
\usage{
7 роки тому
get_response_body(har_resp_obj, type = c("raw", "text"))
}
\arguments{
\item{har_resp_obj}{HAR response object}
\item{type}{return type. If \code{raw} (default) then a raw vector of the content is returned.
If \code{text} then a character vector.}
}
\value{
A \code{raw} vector of the content or \code{NULL} or a \code{character} if \code{type} == \code{text}
}
\description{
Retrieve the body content of a HAR entry
}
7 роки тому
\seealso{
Other splash_har_helpers: \code{\link{get_content_size}},
\code{\link{get_content_type}},
\code{\link{get_har_entry}},
5 роки тому
\code{\link{get_header_val}}, \code{\link{get_headers}},
7 роки тому
\code{\link{get_request_type}},
\code{\link{get_request_url}},
5 роки тому
\code{\link{get_response_url}},
7 роки тому
\code{\link{har_entry_count}}
}
6 роки тому
\concept{splash_har_helpers}