Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 358 Bytes

File metadata and controls

18 lines (11 loc) · 358 Bytes

Open source HTTP C/S library with C++ language

Note

The library depends on library socketcd and libmime

Install

$./contrib/download $make contrib $make $make install --PREFIX=xxx //By default, select current directory which under dir 'install'

Usage

SEE './tst' AND RUN 'make tst'

*-g++ *.cpp -lhttpcd -lsocketcd -lmime -lpthread -o *.out