gecko-dev/remote/server
2019-03-08 16:27:41 +00:00
..
Packet.jsm
README
Socket.jsm bug 1523104: remote: use toolkit's event emitter; r=ato 2019-03-08 16:27:41 +00:00
Stream.jsm
Transport.jsm
WebSocket.jsm
WebSocketTransport.jsm bug 1523104: remote: use toolkit's event emitter; r=ato 2019-03-08 16:27:41 +00:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

These files provide functionality for serving and responding to HTTP
requests, and handling WebSocket connections.  For this we rely on
httpd.js and the chrome-only WebSocket.createServerWebSocket function.

Generally speaking, this is all held together with a piece of string.
It is a known problem that we do not have a high-quality HTTPD
implementation in central, and wed like to move away from using
any of this code.