Re: [appengine-java] any header test for task queues (like X-AppEngine-Cron: true for crons)?

2009-12-14 Thread Rusty Wright
http://code.google.com/appengine/docs/java/taskqueue/overview.html

Then search for the string

  x-

And it documents the 3 headers.


Prashant wrote:
 Hi,
 
 Requests from the Cron Service contains a HTTP header: X-AppEngine-Cron: 
 true
 Is there any header added by Task Queue Service???
 
 Thanks.
 
 --
 
 You received this message because you are subscribed to the Google 
 Groups Google App Engine for Java group.
 To post to this group, send email to google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine-java?hl=en.

--

You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




Re: [appengine-java] any header test for task queues (like X-AppEngine-Cron: true for crons)?

2009-12-14 Thread Prashant
oh, thanks. i was searching it in
Confighttp://code.google.com/appengine/docs/java/config/queue.html
page.

On Tue, Dec 15, 2009 at 12:48 AM, Rusty Wright rwright.li...@gmail.comwrote:

 http://code.google.com/appengine/docs/java/taskqueue/overview.html

 Then search for the string

  x-

 And it documents the 3 headers.


 Prashant wrote:
  Hi,
 
  Requests from the Cron Service contains a HTTP header: X-AppEngine-Cron:
  true
  Is there any header added by Task Queue Service???
 
  Thanks.
 
  --
 
  You received this message because you are subscribed to the Google
  Groups Google App Engine for Java group.
  To post to this group, send email to
 google-appengine-j...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.

 --

 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.




--

You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.