Kansai Electric Power usage meter (Denki-yohou)

Dependencies:   mbed mbed-rtos EthernetInterface

Embed: (wiki syntax)

« Back to documentation index

TinyHTTP_b.h File Reference

TinyHTTP_b.h File Reference

Tiny HTTP Client. More...

Go to the source code of this file.

Functions

int httpRequest (int method, char *host, int port, char *uri, char *head, char *body, onHttpReceiveFunc func)
 send http request

Detailed Description

Tiny HTTP Client.

Definition in file TinyHTTP_b.h.


Function Documentation

int httpRequest ( int  method,
char *  host,
int  port,
char *  uri,
char *  head,
char *  body,
onHttpReceiveFunc  func 
)

send http request

Parameters:
methodMETHOD_GET or METHOD_POST
hosthttp server
uriURI
headhttp header (CR+LF) (or NULL)
bodyPOST body (or NULL)
Returns:
http code, -1:failue

Definition at line 77 of file TinyHTTP_b.cpp.