blob: e53a2e26e85b5114716c08b51a6d1ce4d9db585f [file] [log] [blame]
[email protected]b6dbb0a2011-04-18 00:17:411// Copyright (c) 2011 The Chromium Authors. All rights reserved.
[email protected]1889dc1b2010-10-14 22:03:132// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "net/server/http_server_request_info.h"
6
[email protected]b6dbb0a2011-04-18 00:17:417namespace net {
8
[email protected]1889dc1b2010-10-14 22:03:139HttpServerRequestInfo::HttpServerRequestInfo() {}
10
11HttpServerRequestInfo::~HttpServerRequestInfo() {}
[email protected]b6dbb0a2011-04-18 00:17:4112
13} // namespace net