Home
last modified time | relevance | path

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

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