KiCad PCB EDA Suite
Loading...
Searching...
No Matches
remote_provider_client.h File Reference
#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 }
 

Typedef Documentation

◆ REMOTE_PROVIDER_HTTP_HANDLER

Enumeration Type Documentation

◆ REMOTE_PROVIDER_HTTP_METHOD

enum class REMOTE_PROVIDER_HTTP_METHOD
strong
Enumerator
GET 
POST 

Definition at line 33 of file remote_provider_client.h.