|
KiCad PCB EDA Suite
|
#include <kicommon.h>#include <functional>#include <memory>#include <ostream>#include <string>#include <cstdint>#include <shared_mutex>Go to the source code of this file.
Classes | |
| class | KICAD_CURL_EASY |
Typedefs | |
| typedef void | CURL |
| typedef std::function< int(size_t, size_t, size_t, size_t)> | TRANSFER_CALLBACK |
| Wrapper interface around the curl_easy API/. | |
| typedef void CURL |
Definition at line 44 of file kicad_curl_easy.h.
| typedef std::function<int( size_t, size_t, size_t, size_t )> TRANSFER_CALLBACK |
Wrapper interface around the curl_easy API/.
Handling of using the curl_easy API to make a request and save the response to a memory buffer
Here is a small example usage:
Definition at line 65 of file kicad_curl_easy.h.