Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 815 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 815 Bytes

httplib

Codacy Badge

Library for HTTP operations in C++.

Build and run

To build the library

make build

To run the sample code in the library

make run

Testing

make test

Styling

make style

Memory management

chmod +x ./check_memory.sh
./check_memory.sh

Pre-commit hooks

The scripts/ directory contains pre-commits hooks for git.

Copy pre-* scripts into the .git/hooks/ folder.

Additional Libraries