http_type function

Extract the content type of a response

Extract the content type of a response

http_type(x)

Arguments

  • x: A response

Returns

A string giving the complete mime type, with all parameters stripped off.

Examples

## Not run: r1 <- GET("http://httpbin.org/image/png") http_type(r1) headers(r1)[["Content-Type"]] r2 <- GET("http://httpbin.org/ip") http_type(r2) headers(r2)[["Content-Type"]] ## End(Not run)
  • Maintainer: Hadley Wickham
  • License: MIT + file LICENSE
  • Last published: 2023-08-15