MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / write_response

Method write_response

examples/server/httplib.h:5830–5833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5828}
5829
5830inline bool Server::write_response(Stream &strm, bool close_connection,
5831 const Request &req, Response &res) {
5832 return write_response_core(strm, close_connection, req, res, false);
5833}
5834
5835inline bool Server::write_response_with_content(Stream &strm,
5836 bool close_connection,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected