Open FriederikeHanssen opened 3 months ago
@pditommaso pointed out, that the separate client is not actually needed but it should be enough to use sth like:
client
println (new URL('https://nextflow.io/robots.txt').text)
More info here: https://www.baeldung.com/java-http-request
Description of feature
@pditommaso pointed out, that the separate
client
is not actually needed but it should be enough to use sth like:More info here: https://www.baeldung.com/java-http-request