How would I implement a head request using alamofire to get the size of the resource pointed to by the url BEFORE anything is downloaded?
If I use the head method (enum of Alamofire) would the response somewhere contain the content-length?
How would I implement a head request using alamofire to get the size of the resource pointed to by the url BEFORE anything is downloaded?
If I use the head method (enum of Alamofire) would the response somewhere contain the content-length?