onTerminated property
Sets the termination handler on this stream.
The handler will be called if the stream receives an RST_STREAM frame.
Implementation
set onTerminated(void value(int v));
Sets the termination handler on this stream.
The handler will be called if the stream receives an RST_STREAM frame.
set onTerminated(void value(int v));