Skip to content

webmockr v0.2.8

Choose a tag to compare

@sckott sckott released this 18 Oct 18:07

NEW FEATURES

  • Added support for integration with package httr; see HttrAdapter for the details; webmockr now integrates with two HTTP R packages: crul and httr (#43) (#44)
  • Along with httr integration is a new method httr_mock() to turn on mocking for httr; and two methods build_httr_response and build_httr_request meant for internal use