Is it possible to use makeRequest or something similar to receive an image from server?

I have a watchface that where I'm trying to make a request to a web server, and it would simply return an image as an answer. 
This image would then be displayed... dc.drawBitmap(x, y, image) ....
Is this possible to achieve, or is it just possible with a widget?