Contents

nw_ws_options_add_additional_header(_:_:_:)

Adds additional HTTP header fields to be sent by the client during the WebSocket handshake.

Declaration

func nw_ws_options_add_additional_header(_ options: nw_protocol_options_t, _ name: UnsafePointer<CChar>, _ value: UnsafePointer<CChar>)

See Also

Functions