[#HTTPRemoteClient-Send] = xref:HTTPRemoteClient.adoc[HTTPRemoteClient]::Send :relfileprefix: ../ :mrdocs: Queue a response to be written to the client's socket. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ab48768, 0x7f2e3ab48828)]] void Send( xref:HTTPResponse.adoc[HTTPResponse] const& res, std::span<std::byte const> reply_body, bool keep_alive); ---- == Parameters [cols="1,4"] |=== | Name| Description | *res* | The response status line and headers. | *reply_body* | The response body bytes. | *keep_alive* | Whether to keep the connection open after sending. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#