Contents

nw_ws_response_add_additional_header(_:_:_:)

Adds an additional HTTP header to a WebSocket server response.

Declaration

func nw_ws_response_add_additional_header(_ response: nw_ws_response_t, _ name: UnsafePointer<CChar>, _ value: UnsafePointer<CChar>)

See Also

Functions