Retrieving a PDF file from an HTTPS address

I have an https address which points directly to a PDF file on a server, and I want to return the binary contents of that file to the pipeline.

What is the easiest way to do this? I tried pub.client:http but the response does not seem to be correct.