write_function {httr}R Documentation

S3 object to define response writer.

Description

This S3 object allows you to control how the response body is saved.

Usage

write_function(subclass, ...)

Arguments

subclass, ...

Class name and fields. Used in class constructors.

x

A write_function object to process.


[Package httr version 1.3.1 Index]