KiCad PCB EDA Suite
|
#include <kicommon.h>
#include <functional>
#include <memory>
#include <ostream>
#include <string>
#include <cstdint>
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 43 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 64 of file kicad_curl_easy.h.