HomeSort by relevance Sort by last modified time
    Searched refs:is_head (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/paste/
fileapp.py 206 is_head = environ['REQUEST_METHOD'].upper() == 'HEAD'
227 if is_head:
231 if is_head:
  /external/chromium-trace/catapult/third_party/WebOb/webob/
exc.py 326 is_head = environ['REQUEST_METHOD'] == 'HEAD'
327 if self.body or self.empty_body or is_head:
331 if is_head:
    [all...]

Completed in 204 milliseconds