Searched defs:HttpServerResponse (Results 1 – 1 of 1) sorted by relevance
685 struct HttpServerResponse { struct686 enum Type { TYPE_200, TYPE_404, TYPE_500, TYPE_CUSTOM };688 explicit HttpServerResponse(Type response_type) in HttpServerResponse() argument691 Type type;694 std::string content;695 std::string content_type;698 std::string error_message;701 int response_code;702 CefServer::HeaderMap extra_headers;703 bool no_content_length;