1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
# Generated by roxygen2: do not edit by hand
S3method(as.cassette,cassette)
S3method(as.cassette,cassettepath)
S3method(as.cassette,character)
S3method(as.cassette,default)
S3method(as.cassette,list)
S3method(as.cassettepath,character)
S3method(print,cassette)
S3method(print,cassettepath)
export(Cassette)
export(HTTPInteraction)
export(HTTPInteractionList)
export(Persisters)
export(Request)
export(RequestHandler)
export(RequestHandlerCrul)
export(RequestHandlerHttr)
export(RequestMatcherRegistry)
export(Serializers)
export(UnhandledHTTPRequestError)
export(VcrResponse)
export(as.cassette)
export(as.cassettepath)
export(cassette_path)
export(cassettes)
export(check_cassette_names)
export(current_cassette)
export(eject_cassette)
export(http_interactions)
export(insert_cassette)
export(real_http_connections_allowed)
export(request_summary)
export(response_summary)
export(serializer_fetch)
export(skip_if_vcr_off)
export(turn_off)
export(turn_on)
export(turned_off)
export(turned_on)
export(use_cassette)
export(use_vcr)
export(vcr_config_defaults)
export(vcr_configuration)
export(vcr_configure)
export(vcr_configure_reset)
export(vcr_last_error)
export(vcr_log_file)
export(vcr_log_info)
export(vcr_test_path)
importFrom(R6,R6Class)
importFrom(base64enc,base64decode)
importFrom(base64enc,base64encode)
importFrom(crul,HttpClient)
importFrom(crul,mock)
importFrom(httr,content)
importFrom(httr,http_status)
importFrom(urltools,url_compose)
importFrom(urltools,url_parse)
importFrom(utils,getParseData)
importFrom(webmockr,pluck_body)
importFrom(yaml,as.yaml)
importFrom(yaml,yaml.load)
importFrom(yaml,yaml.load_file)
useDynLib(vcr, .registration = TRUE)
|