response {httr}R Documentation

The response object.

Description

The response object captures all information from a request. It includes fields:

Details

For non-http(s) responses, some parts including the status and header may not be interpretable the same way as http responses.

See Also

Other response methods: content(), http_error(), http_status(), stop_for_status()


[Package httr version 1.4.7 Index]