Is get_url resumable ?

I’m converting a script uses wget -c to be able to resume download of a large file -

wget -q --show-progress -c “http://somedistr/somedistro.zip” -P /tmp/myproject

Can get_url resume interrupted downloads in the same way ?