Laughing1599 / cocoa-rest-client

Automatically exported from code.google.com/p/cocoa-rest-client
Other
0 stars 0 forks source link

Add stop button for long loading requests #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Perform a request that returns a large response. I had to check the response 
headers on some video files.
2.
3.

What is the expected output? What do you see instead?
I would like to be able to stop the loading of a response after the headers are 
received so I don't have to wait for a potentially huge file to download fully.

What version of the product are you using? On what operating system?
1.3.6 (11), OS X 10.8.4

Please provide any additional information below.

Original issue reported on code.google.com by amayer...@gmail.com on 3 Jul 2013 at 2:15

GoogleCodeExporter commented 8 years ago
That's a valid request. One thing though, could you have just made an HTTP HEAD 
request for the file URL so that you can check the response headers without 
receiving the contents? 

Original comment by mike.mat...@gmail.com on 3 Jul 2013 at 7:26

GoogleCodeExporter commented 8 years ago

Original comment by mike.mat...@gmail.com on 12 Jul 2013 at 6:05