|
KiCad PCB EDA Suite
|
#include <functional>#include <kicommon.h>#include <oauth/oauth_session.h>#include <oauth/secure_token_store.h>#include <remote_provider_metadata.h>#include <remote_provider_models.h>#include <wx/string.h>Go to the source code of this file.
Classes | |
| struct | REMOTE_PROVIDER_HTTP_HEADER |
| struct | REMOTE_PROVIDER_HTTP_REQUEST |
| struct | REMOTE_PROVIDER_HTTP_RESPONSE |
| class | REMOTE_PROVIDER_CLIENT |
Typedefs | |
| using | REMOTE_PROVIDER_HTTP_HANDLER |
Enumerations | |
| enum class | REMOTE_PROVIDER_HTTP_METHOD { GET , POST } |
Definition at line 63 of file remote_provider_client.h.
|
strong |
| Enumerator | |
|---|---|
| GET | |
| POST | |
Definition at line 33 of file remote_provider_client.h.