Fixed compatibility for HTTPClient Library. (HTTPClient by Donatien Garnier)

Dependents:   FlashAir_Twitter CyaSSL-Twitter-OAuth4Tw TweetTest NetworkThermometer ... more

Fork of OAuth4Tw by Masayoshi Takahashi

Embed: (wiki syntax)

« Back to documentation index

HTTPPostText Class Reference

HTTPPostText Class Reference

A data endpoint to store text. More...

#include <HTTPPostText.h>

Public Member Functions

 HTTPPostText (char *str)
 Create an HTTPPostText instance for output.
 HTTPPostText (char *str, size_t size)
 Create an HTTPPostText instance for input.

Detailed Description

A data endpoint to store text.

Definition at line 28 of file HTTPPostText.h.


Constructor & Destructor Documentation

HTTPPostText ( char *  str )

Create an HTTPPostText instance for output.

Parameters:
strString to be transmitted

Definition at line 30 of file HTTPPostText.cpp.

HTTPPostText ( char *  str,
size_t  size 
)

Create an HTTPPostText instance for input.

Parameters:
strBuffer to store the incoming string
sizeSize of the buffer

Definition at line 35 of file HTTPPostText.cpp.