Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

hepeichun/SimpleHttpsClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

SimpleHttpsClient

A simple HTTPS client based on Boost Asio.

It is based on the boost asio examples http://www.boost.org/doc/libs/1_55_0/doc/html/boost_asio/example/cpp03/http/client/async_client.cpp http://www.boost.org/doc/libs/1_55_0/doc/html/boost_asio/example/cpp03/ssl/client.cpp

The resulting applcation creates a connection to a specified server and path and make a GET request using a secure SSL connection.

Building (Linux):

cd <path to SimpleHttpsClient>
mkdir build
cd build
cmake -G "Unix Makefiles" ../
make

About

A simple HTTPS client based on Boost Asio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • C++ 97.7%
  • CMake 2.3%

AltStyle によって変換されたページ (->オリジナル) /