Searched defs:upgrade (Results 1 – 3 of 3) sorted by path
/unit/src/java/nginx/unit/ | ||
H A D | Request.java | 1210 public <T extends HttpUpgradeHandler> T upgrade( in upgrade() method in Request |
/unit/src/nodejs/unit-http/ | ||
H A D | websocket_server.js | 28 upgrade: this.handleUpgrade.bind(this), property in WebSocketServer._handlers |
/unit/test/unit/applications/ | ||
H A D | websockets.py | 32 def upgrade(self, headers=None): member in TestApplicationWebsocket |