// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_SERVER_HTTP_SERVER_RESPONSE_INFO_H_ #define NET_SERVER_HTTP_SERVER_RESPONSE_INFO_H_ #include <stddef.h> #include <string> #include <utility> #include "base/strings/string_split.h" #include "net/http/http_status_code.h" namespace net { class NET_EXPORT HttpServerResponseInfo { … }; } // namespace net #endif // NET_SERVER_HTTP_SERVER_RESPONSE_INFO_H_