httr (version 0.2)

verbose: Give verbose output.

Description

A verbose connection provides much more information about the flow of information between the client and server.

Usage

verbose()

Arguments

See Also

Other config: accept_json, accept_xml, add_headers, authenticate, config, set_cookies, timeout, use_proxy, user_agent

Examples

Run this code
b <- new_bin()
GET(b, verbose())

Run the code above in your browser using DataCamp Workspace