api documentation for uws (v0.14.1)

Tiny WebSockets

table of contents

  1. module uws
    1. function uws (uri)
    2. function uws.Server (options, callback)
    3. function uws.http ()
    4. number uws.CLIENT_NO_CONTEXT_TAKEOVER
    5. number uws.CLOSED
    6. number uws.OPCODE_BINARY
    7. number uws.OPCODE_PING
    8. number uws.OPCODE_TEXT
    9. number uws.OPEN
    10. number uws.PERMESSAGE_DEFLATE
    11. number uws.SERVER_NO_CONTEXT_TAKEOVER
    12. object uws.http.prototype
    13. object uws.native
    14. object uws.native.client
    15. object uws.native.server
  2. module uws.http
    1. function uws.http ()
    2. function uws.http.createServer ()
    3. function uws.http.getExpressApp ()
    4. function uws.http.getRequestPrototype ()
    5. function uws.http.getResponsePrototype ()
  3. module uws.http.prototype
    1. function uws.http.prototype.listen ()
    2. function uws.http.prototype.on ()
  4. module uws.native
    1. function uws.native.clearUserData ()
    2. function uws.native.connect ()
    3. function uws.native.getAddress ()
    4. function uws.native.getUserData ()
    5. function uws.native.httpServer ()
    6. function uws.native.setNoop ()
    7. function uws.native.setUserData ()
    8. function uws.native.transfer ()
    9. function uws.native.upgrade ()
    10. object uws.native.client
    11. object uws.native.server
  5. module uws.native.client
    1. function uws.native.client.close ()
    2. function uws.native.client.finalizeMessage ()
    3. function uws.native.client.prepareMessage ()
    4. function uws.native.client.send ()
    5. function uws.native.client.sendPrepared ()
    6. function uws.native.client.terminate ()
    7. object uws.native.client.group
  6. module uws.native.server
    1. function uws.native.server.close ()
    2. function uws.native.server.finalizeMessage ()
    3. function uws.native.server.prepareMessage ()
    4. function uws.native.server.send ()
    5. function uws.native.server.sendPrepared ()
    6. function uws.native.server.terminate ()
    7. object uws.native.server.group

module uws

function uws (uri)

function uws.Server (options, callback)

function uws.http ()

module uws.http

function uws.http ()

function uws.http.createServer ()

function uws.http.getExpressApp ()

function uws.http.getRequestPrototype ()

function uws.http.getResponsePrototype ()

module uws.http.prototype

function uws.http.prototype.listen ()

function uws.http.prototype.on ()

module uws.native

function uws.native.clearUserData ()

function uws.native.connect ()

function uws.native.getAddress ()

function uws.native.getUserData ()

function uws.native.httpServer ()

function uws.native.setNoop ()

function uws.native.setUserData ()

function uws.native.transfer ()

function uws.native.upgrade ()

module uws.native.client

function uws.native.client.close ()

function uws.native.client.finalizeMessage ()

function uws.native.client.prepareMessage ()

function uws.native.client.send ()

function uws.native.client.sendPrepared ()

function uws.native.client.terminate ()

module uws.native.server

function uws.native.server.close ()

function uws.native.server.finalizeMessage ()

function uws.native.server.prepareMessage ()

function uws.native.server.send ()

function uws.native.server.sendPrepared ()

function uws.native.server.terminate ()

[ this document was created with utility2 ]