KPN Things Device SDK
thingsml_http.h File Reference
#include "thingsml.h"
#include <string.h>
#include <stdio.h>
#include "util/sha256.h"

Go to the source code of this file.

Namespaces

namespace  ThingsML
 

Functions

size_t ThingsML::httpPost (char buffer[], int bufferSize, const char key[], const char host[], const char path[], SenMLBasePack &body)
 
int ThingsML::getHttpBodyStart (const char response[], int responseLength)
 
int ThingsML::strstr_n (const char data[], int dataLength, const char needle[], int needleLength)