mirror of https://git.sr.ht/~hrbrmstr/splashr
7 changed files with 61 additions and 6 deletions
@ -0,0 +1,14 @@ |
|||
% Generated by roxygen2: do not edit by hand |
|||
% Please edit documentation in R/render-har.r |
|||
\name{as_har} |
|||
\alias{as_har} |
|||
\title{Turn a generic Splash HAR response into a HAR object} |
|||
\usage{ |
|||
as_har(splash_resp) |
|||
} |
|||
\arguments{ |
|||
\item{as_har}{splash response object as returned by `splash:har()` lua script} |
|||
} |
|||
\description{ |
|||
Turn a generic Splash HAR response into a HAR object |
|||
} |
Loading…
Reference in new issue