Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions tinycurl.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
/*
* Tiny Curl C++ wrapper.
*
* This work is based on code by
* Asit Kumar Dhal <dhal.asitk@gmail.com> (https://github.com/asit-dhal)
* Loki Astari <Loki.Astari@gmail.com> (https://github.com/Loki-Astari)
* http://codereview.stackexchange.com/questions/14389/tiny-curl-c-wrapper
* Thank you guys!
*
* License: Unlicensed (Public Domain)
* Homepage: https://github.com/asashnov/tinycurl
*/
/** @brief Tiny Curl C++ wrapper.

This work is based on code by

[Asit Kumar Dhal <dhal.asitk@gmail.com>](https://github.com/asit-dhal)
[Loki Astari <Loki.Astari@gmail.com>] (https://github.com/Loki-Astari)


Thank you guys!
License: Unlicensed (Public Domain)
[Homepage] (https://github.com/asashnov/tinycurl)
*/

#include <string>
#include <map>
#include <stdexcept>
Expand Down