has_content
From httr v1.4.2
by Hadley Wickham
Does the request have content associated with it?
Does the request have content associated with it?
- Keywords
- internal
Usage
has_content(x)
Examples
# NOT RUN {
has_content(POST("http://httpbin.org/post", body = FALSE))
has_content(HEAD("http://httpbin.org/headers"))
# }
Community examples
Looks like there are no examples yet.