コード例 #1
0
ファイル: handshake.py プロジェクト: hkfr/data
 def _set_location(self):
     # |Host|
     host = self._request.headers_in.get('Host')
     if host is not None:
         self._request.ws_location = build_location(self._request)
コード例 #2
0
ファイル: draft75.py プロジェクト: hkfr/data
 def _set_location(self):
     self._request.ws_location = build_location(self._request)