output/httpd/Client: remove duplicate API docs
This commit is contained in:
@@ -50,9 +50,6 @@ HttpdClient::BeginResponse() noexcept
|
|||||||
httpd.SendHeader(*this);
|
httpd.SendHeader(*this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Handle a line of the HTTP request.
|
|
||||||
*/
|
|
||||||
bool
|
bool
|
||||||
HttpdClient::HandleLine(const char *line) noexcept
|
HttpdClient::HandleLine(const char *line) noexcept
|
||||||
{
|
{
|
||||||
@@ -116,9 +113,6 @@ HttpdClient::HandleLine(const char *line) noexcept
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Sends the status line and response headers to the client.
|
|
||||||
*/
|
|
||||||
bool
|
bool
|
||||||
HttpdClient::SendResponse() noexcept
|
HttpdClient::SendResponse() noexcept
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user