Returns whether the client has response data ready to send.
Synopsis
Declared in <httpserver.h>
[[requires_capability(0x7ff38d70c338)]]
bool
ReadyToSend() const;
Return Value
true if there is buffered response data waiting to be sent.
Created with MrDocs