summaryrefslogtreecommitdiff
path: root/contrib/fhttp/fhttp_test.go
AgeCommit message (Collapse)Author
2015-08-24Use RegisterHttpImage instead of RegisterRemoteImage.Jelmer Snoeck
Remote can mean several things, HTTP is more specific and matches the actual implementation.
2015-08-19Fhttp: add RegisterRemoteImage functionality.Jelmer Snoeck
This is a wrapper around manually having to download the image and registering it. It registers an image based on it's URL, it will download that image and add it to the PDF. It will however not add it immediately to the page. This is done by calling `Image()` with the same URL.