FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpp-netlib/http/test/message_async_ready_test.cpp at stable · cpp-netlib/cpp-netlib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cpp-netlib
/
cpp-netlib
Public
forked from
glynos/cpp-netlib
Notifications
You must be signed in to change notification settings
Fork
422
Star
2k
Code
Issues
163
Pull requests
8
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
cpp-netlib
/
http
/
test
/
message_async_ready_test.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (15 loc) · 579 Bytes
Breadcrumbs
cpp-netlib
/
http
/
test
/
message_async_ready_test.cpp
Copy path
File metadata and controls
20 lines (15 loc) · 579 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
Copyright 2010 Dean Michael Berris.
//
Copyright 2012 Google, Inc.
//
Distributed under the Boost Software License, Version 1.0.
//
(See accompanying file LICENSE_1_0.txt or copy at
//
http://www.boost.org/LICENSE_1_0.txt)
#
define
BOOST_TEST_MODULE
HTTP
Async Response Test
#
include
<
boost/test/unit_test.hpp
>
#
include
<
network/include/http/client.hpp
>
namespace
http
=
boost::network::http;
BOOST_AUTO_TEST_CASE
(unready_state_response) {
typedef
http::basic_response<
http::tags::http_async_8bit_udp_resolve> response;
response r;
BOOST_CHECK
(!
ready
(r));
}
Back
|
FazBrowse Home
|
New Git URL