Contents

nw_ws_response_create(_:_:)

Initializes a WebSocket server response with a status and selected subprotocol.

Declaration

func nw_ws_response_create(_ status: nw_ws_response_status_t, _ selected_subprotocol: UnsafePointer<CChar>?) -> nw_ws_response_t

See Also

Functions