35 size_t httpPost(
char buffer[],
int bufferSize,
const char key[],
const char host[],
const char path[],
SenMLBasePack &body);
56 int strstr_n(
const char data[],
int dataLength,
const char needle[],
int needleLength);
Definition: senml_basepack.h:24
Definition: thingsml_http.cpp:4
size_t httpPost(char buffer[], int bufferSize, const char key[], const char host[], const char path[], SenMLBasePack &body)
Definition: thingsml_http.cpp:5
int strstr_n(const char data[], int dataLength, const char needle[], int needleLength)
Definition: thingsml_http.cpp:85
int getHttpBodyStart(const char response[], int responseLength)
Definition: thingsml_http.cpp:70