/**
* Uniform REST API Validation Language (UnRAVL) extractors, which
* extract content from a REST API headers, HTTP status, or response body
* and place those values in the UnRAVL environment as variable bindings,
* or write them to files.
* Extractors implement the {@link UnRAVLExtractor} interface
* (preferably by extending {@link BaseUnRAVLExtractor})
*/
package com.sas.unravl.extractors;