Search Code
About HTTPClient

Published 09 Dec 2010.

Last change message: N/A

Related to
Lab3Translator
Universal Translator

lab3_Radio_design
This program plays an internet radio audio stream like Shoutcast.
tag and, Internet, mbed, Radio, sparkfun, using, VS1053

Twitter
Twitter with OAuth Example.\\ see also http://www.soramimi.jp/twicpp/index.html
tag OAuth, twitter

Sync
Student project by David Berlin and Boris Dogadov made for the Embedded Systems Workshop course given in Tel-Aviv University on 2010 by Sivan Toledo. Visit the project website for more ...
tag Dropbox, Host, mass, storage, USB

WeatherPlatform_20110408
mbed Weather Platform firmware http://mbed.org/users/okini3939/notebook/mbed-weather-platform-firmware/

CSVParser

WeatherPlatform
mbed Weather Platform firmware http://mbed.org/users/okini3939/notebook/mbed-weather-platform-firmware/
tag bmp085, Pachube, SHT15, station, twitter, weather

ej_RSSfeeder
日本語表示に対応したRSSヘッドラインリーダです。 詳細は、エレキジャックWebをご参照ください。
tag BlackOne, Kanji, LCD

OAuth4Tw
Sample using OAuth library for twitter. Notebook: http://mbed.org/users/geodenx/notebook/twitter-oauth-library-sample/
tag OAuth, twitter

» Import this library into a program

HTTPClient

Published 09 Dec 2010, by   user masa haru   tag No tags

Summary of HTTPClient

How to get this library

Import this library into a program

Opens the mbed Compiler, and prompts you to choose a program.

When you have imported this library into a program, you can then use the features provided by this library.

Download as .zip

Download this library as a .zip file.

API

HTTPClient A simple HTTP Client
HTTPFile HTTP Client data container for files
HTTPMap HTTP Client data container for key/value pairs
HTTPStream HTTP Client Streaming tool
HTTPText HTTP Client data container for text

Code

LPC1768/services/http/util/base64.h [code]
LPC2368/services/http/util/base64.h [code]
LPC1768/dbg/dbg.h [code] Debugging helpers header file
LPC2368/dbg/dbg.h [code] Debugging helpers header file
LPC1768/services/http/client/HTTPClient.h [code] HTTP Client header file
LPC2368/services/http/client/HTTPClient.h [code] HTTP Client header file
LPC1768/services/http/client/HTTPData.h [code]
LPC2368/services/http/client/HTTPData.h [code]
LPC1768/services/http/client/data/HTTPFile.h [code] HTTP File data source/sink header file
LPC2368/services/http/client/data/HTTPFile.h [code] HTTP File data source/sink header file
LPC1768/services/http/client/data/HTTPMap.h [code] HTTP Map data source/sink header file
LPC2368/services/http/client/data/HTTPMap.h [code] HTTP Map data source/sink header file
LPC1768/services/http/client/data/HTTPStream.h [code] HTTP Stream data source/sink header file
LPC2368/services/http/client/data/HTTPStream.h [code] HTTP Stream data source/sink header file
LPC1768/services/http/client/data/HTTPText.h [code] HTTP Text data source/sink header file
LPC2368/services/http/client/data/HTTPText.h [code] HTTP Text data source/sink header file
LPC1768/services/http/util/url.h [code]
LPC2368/services/http/util/url.h [code]