gun:data - Stream the body of a request
Stream the body of a request.
This function can only be used if the original request had headers indicating that a body would be streamed.
All calls to this function must use the nofin flag
except for the last which must use fin to indicate
the end of the request body.
Empty data is allowed regardless of the value of IsFin.
Gun may or may not send empty data chunks, however.
The pid of the Gun connection process.
Identifier of the stream for the original request.
Whether this message terminates the request.
All or part of the response body.
The atom ok is returned.
1.0: Function introduced.