| RequestRegistry | R Documentation |
keeps track of HTTP requests
request_signaturesa HashCounter object
print()print method for the RequestRegistry class
RequestRegistry$print(x, ...)
xself
...ignored
reset()Reset the registry to no registered requests
RequestRegistry$reset()
nothing returned; resets registry to no requests
register_request()Register a request
RequestRegistry$register_request(request)
requesta character string of the request, serialized from
a RequestSignature$new(...)$to_s()
nothing returned; registers the request
times_executed()How many times has a request been made
RequestRegistry$times_executed(request_pattern)
request_patternan object of class RequestPattern
if no match is found for the request pattern, 0 is returned
integer, the number of times the request has been made
clone()The objects of this class are cloneable with this method.
RequestRegistry$clone(deep = FALSE)
deepWhether to make a deep clone.
stub_registry() and StubRegistry
Other request-registry:
HashCounter,
request_registry()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.