NanoSocket.send

Sends the bytes as expected. If the protocol is Request, then returns the response, otherwise returns a view of the input data.

struct NanoSocket
const
send
(
T
)
(
T[] data
,
Flag!"blocking" blocking = Yes.blocking
,
in string file = __FILE__
,
in size_t line = __LINE__
)