MCPcopy Create free account
hub / github.com/amcewen/HttpClient / connect

Method connect

HttpClient.h:377–377  ·  view source on GitHub ↗

Inherited from Client

Source from the content-addressed store, hash-verified

375
376 // Inherited from Client
377 virtual int connect(IPAddress ip, uint16_t port) { return iClient->connect(ip, port); };
378 virtual int connect(const char *host, uint16_t port) { return iClient->connect(host, port); };
379 virtual void stop();
380 virtual uint8_t connected() { return iClient->connected(); };

Callers 1

startRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected