webmockr-package {webmockr}R Documentation

webmockr

Description

Stubbing and setting expectations on HTTP requests

Features

Author(s)

Scott Chamberlain myrmecocystus+r@gmail.com

Aaron Wolen

Examples

library(webmockr)
stub_request("get", "https://httpbin.org/get")
stub_request("post", "https://httpbin.org/post")
stub_registry()

[Package webmockr version 0.9.0 Index]