Contents

nw_ws_subprotocol_enumerator_t

A block that enumerates the supported subprotocols in a WebSocket client request.

Declaration

typealias nw_ws_subprotocol_enumerator_t = (UnsafePointer<CChar>) -> Bool

Return Value

Return true to continue enumerating, or false to stop enumerating.

See Also

Data Types