Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeastQuest Example

Travis CI

An example project that builds and links against BeastQuest. This example will simply perform a GET request on the provided URL and print out the response body, like so:

./http_client https://httpbin.org/get

This should be a good start for testing out the library and its build process. Feel free to fork this repository!

Building

This project uses CMake and Git submodules. First initialize the BeastQuest submodule:

git submodule update --init

Next, build using CMake:

mkdir build
cd build
cmake ..
make

Documentation

Documentation for BeastQuest is located here and includes in-depth information on building and usage. It will continue to be updated and improved.

About

An example project that builds and links against BeastQuest

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages