output/httpd/Client: remove duplicate API docs
This commit is contained in:
parent
c94c08c6b4
commit
ef2cdc0c6a
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue