Home
last modified time | relevance | path

Searched defs:HttpServerResponse (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/tests/ceftests/
Dserver_unittest.cc685 struct HttpServerResponse { struct
686 enum Type { TYPE_200, TYPE_404, TYPE_500, TYPE_CUSTOM };
688 explicit HttpServerResponse(Type response_type) in HttpServerResponse() argument
691 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;