[#HTTPRemoteClient-ReadyToSend] = xref:HTTPRemoteClient.adoc[HTTPRemoteClient]::ReadyToSend :relfileprefix: ../ :mrdocs: Returns whether the client has response data ready to send. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ab48628)]] bool ReadyToSend() const; ---- == Return Value true if there is buffered response data waiting to be sent. [.small]#Created with https://www.mrdocs.com[MrDocs]#