예제 #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)