Home | History | Annotate | Download | only in app_engine_server

Lines Matching refs:request

25   MemcachedZipHandler: Class that serves request
91 Serves a GET request from a series of zip files. As files are served they are
119 class' get method. Some logic is applied to the request to serve files
136 # lang pref cookie in the request, add set-cookie to the response with the
139 langName = self.request.cookies['android_developer_pref_lang']
157 # if the lang code in the request is different from that in
161 # logging.info(' Handling a MISMATCHED intl request')
182 # processing the request below.
189 # handle a 'clean' request.
190 # Try to form a response using the actual request url.
191 # logging.info(' Request being handled as clean: [%s]', name)
204 # logging.info(' Handling an invalid intl request...')
210 # that is set. Prepend an intl/lang string to the request url and
212 # request will be handled as a clean url.
216 """Compute any manual redirects for a request and execute them.
363 True if the request was redirected to '/index.html'.
367 # determine if this is a request for a directory
385 """Redirect an incoming request to the appropriate intl uri.
388 base (en) string and redirects (302) the request to look for
399 builtIntlLangUri = ''.join([intlString, langName, '/', name, '?', self.request.query_string])
414 the request can be retried with the base url (this is the
418 adds the content to the response entity. If the request was
427 isValidIntl: If present, indicates whether the request is
433 True: A response was successfully created for the request
668 """Set caching headers for the request."""