Get raw response from an Item object

response(x)

response(x) <- value

# S4 method for ANY
response(x)

# S4 method for ANY
response(x) <- value

# S4 method for Item
response(x)

# S4 method for Item
response(x) <- value

# S4 method for SimpleList
response(x)

# S4 method for SimpleList
response(x) <- value

Arguments

x

object that may have response.

value

value to be replaced.

Value

a raw response from httr

Examples

if (FALSE) { response(x)}