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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi.py 265 origin_header = common.SEC_WEBSOCKET_ORIGIN_HEADER
267 origin_header = common.ORIGIN_HEADER
268 origin = self._request.headers_in.get(origin_header)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi.py 290 origin_header = common.SEC_WEBSOCKET_ORIGIN_HEADER
292 origin_header = common.ORIGIN_HEADER
293 origin = self._request.headers_in.get(origin_header)

Completed in 688 milliseconds