vcr-clj.core/cassette-state, a function that tells you if
you're currently recording or replaying.vcr-clj.core calls:http-client key in responsesprint-method for byte arrays
which was a terrible idea:recorded-at key to the cassettefs libraryAdd clj-http.vcr-clj/default-spec.
Adds an :arg-transformer option, similar to :return-transformer.
Fix #16, which caused problems when trying to record calls made on other threads.
Fixed #19, adding a new syntax for specifying options in
vcr-clj.clj-http/with-cassette.
Fixed #18, which caused problems for clj-http usage when selectively recording.
Fix #14: don't record self-calls, or any nested calls
This is particularly useful for newer versions of clj-http where the
request function has a self-calling arity.
Allow namespaced keywords (#12).
Serialize long byte arrays on multiple lines (#10).
Fixed another bug #9 similar to the one in the previous release.
Fixed bug #8, in which empty http bodies didn't work.
Same as 0.4.3, but for real this time.
Fix compilation warnings from clojure 1.7 w.r.t. clojure.core/update.
Include the arg key when no recordings are found.
Release. 2015-02-14.
Fixed issues #2 and #4, related to newer versions of clj-http and its special HeaderMap type.
Released 2014-08-26.
No longer prints by default during test runs, and does not use a
data_readers.clj file.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |