libcppweb is a set of utility classes that is useful when you do HTTP related programming.

to use libcppweb, you need at least clang >=5.0.0 gcc >= 7.1 visualstudio >= 2017 cmake >= 3.8

libcppweb contains the fowlling libraries

proxy

genericstream

= proxy

the proxy library can be used to connect remote server via chained proxies of various protocols.

= genericstream

the genericstream library is a type-erased wrapper arround TCP and TLS streams. best suit for beast http library to support http and https