Skip to content

httr 0.6.1

Compare
Choose a tag to compare
@hadley hadley released this 01 Jan 17:05
  • Correctly parse headers with multiple :, thanks to @mmorgan (#180).
  • In content(), if no type is provided to function or specified in headers,
    and we can't guess the type from the extension, we now assume that it's
    application/octet-stream (#181).
  • Throw error if timeout() is less than 1 ms (#175).
  • Improved LinkedIn OAuth demo (#173).