Searched defs:HttpServerResponse (Results 1 – 1 of 1) sorted by relevance
686 struct HttpServerResponse { struct687 enum Type { TYPE_200, TYPE_404, TYPE_500, TYPE_CUSTOM };689 explicit HttpServerResponse(Type response_type) in HttpServerResponse() argument692 Type type;695 std::string content;696 std::string content_type;699 std::string error_message;702 int response_code;703 CefServer::HeaderMap extra_headers;704 bool no_content_length;