metafacture-core
metafacture-core copied to clipboard
Add HttpPoster (#460)
See #460.
Flux example:
default infile = "{"criterias": [], "facettes": []}";
infile |post-http(url="https://www.zoerr.de/edu-sharing/rest/search/v1/queriesV2/-home-/-default-/ngsearch?maxItems=10&skipCount=0&propertyFilter=-all-",contentType="application/json",accept="application/json") | print ;
functional review: @TobiasNx
TODO: refactor to make an abstract class to share code with the metafacture-io/src/main/java/org/metafacture/io/HttpOpener.java.
Superseded by #463.