Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

cpp_httplib

cpp_httplib sample

cpp-httplib :
A C++11 single-file header-only cross platform HTTP/HTTPS library
https://github.com/yhirose/cpp-httplib

install cpp_httplib

see below
https://github.com/ohwada/MAC_cpp_Samples/blob/master/cpp_httplib/setup.md

sample code

example

offical sample

http

HTTP client and server

https

HTTP client and server

setup for HTTPS

Library required

Server Cetification file

generate private key file and X509 cetification file
see below
https://github.com/ohwada/MAC_cpp_Samples/blob/master/openssl/setup/gencert.md

Reference