It's 2 am so maybe I did it wrong. But when I tested it grabbed the whole file from the remote server. As opposed to just the headers. I'll try again in the morning.
From: [email protected] [mailto:[email protected]] On Behalf Of Wilson MacGyver Sent: Monday, July 04, 2011 1:42 AM To: [email protected] Subject: Re: [google-appengine] Fetch only headers Doesn't the request method HEAD do what you want or am I missing something? On Jul 4, 2011, at 4:31 AM, "Brandon Wirtz" <[email protected]> wrote: In PHP I can request only the headers of a URL. This is useful for getting the last modified date to compare against your cache. I don't see this option in URL Fetch. I don't even see a fetch byte range option, so that I could request only 1 byte of the destination URL. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
