(inject interceptors new-interceptor relative-position interceptor-name)
Locates the named interceptor in the list of interceptors and adds (or replaces) the new interceptor to the list. relative-position may be :before, :after, or :replace. For :replace, the new interceptor may be nil, in which case the interceptor is removed. The named interceptor must exist, or an exception is thrown.
Locates the named interceptor in the list of interceptors and adds (or replaces) the new interceptor to the list. relative-position may be :before, :after, or :replace. For :replace, the new interceptor may be nil, in which case the interceptor is removed. The named interceptor must exist, or an exception is thrown.
(supported-content-types interceptors)
Returns the full set of supported content-types used for parsing OpenAPI spec as declared by any encoding/decoding interceptors, preserving their original declaration order and appending the default ones.
Returns the full set of supported content-types used for parsing OpenAPI spec as declared by any encoding/decoding interceptors, preserving their original declaration order and appending the default ones.
(validate-response-body)
(validate-response-body {:keys [strict?]})
Validate responses against the appropriate response schema. Optional strict mode throws an error if it is invalid
Validate responses against the appropriate response schema. Optional strict mode throws an error if it is invalid
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 |