Struct HttpEndpointInterfaceProxy#

Struct Documentation#

struct HttpEndpointInterfaceProxy#

Interface proxy, used to insulate python bindings.

Public Static Functions

static std::shared_ptr<HttpEndpoint> init(
pybind11::function py_parse_fn,
std::string m_url,
std::string m_method,
bool include_headers = false
)#