Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 524 Bytes

README.md

File metadata and controls

21 lines (9 loc) · 524 Bytes

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