blob: ab137a7fcfe24a027384dc263c91014deb80a492 [file] [log] [blame]
// Copyright 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "buffet/http_utils.h"
#include <gtest/gtest.h>
using namespace chromeos::http;
TEST(HttpUtils, SendRequest) {
// TODO(avakulenko)
}