This website works better with JavaScript.
Explore
Help
Sign In
UnknownObject
/
WebCC
Watch
1
Star
0
Fork
You've already forked WebCC
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ffa0794926
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ffa0794926'
${ noResults }
WebCC
/
example
/
http_client
/
CMakeLists.txt
3 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
Add a base class for http async clients; refine examples.
7 years ago
add_executable
(
http_client
main.cc
)
Handle both HTTP & HTTPS in HttpClientSession; remove macro WEBCC_ENABLE_SSL.
6 years ago
target_link_libraries
(
http_client
${
EXAMPLE_COMMON_LIBS
}
)