Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: httpserversample SIMPLE_WSS
You are viewing an older revision! See the latest version
Homepage
Abstract¶
This is the library to make a mbed a simple HTTP server. With this library, a mbed can understand only GET requests, and can send clients htm or jpg files as a response.
Handleable Requests:¶
- GET
Handleable files:¶
- html
- jpg
Warning
A mbed can handle only 8.3 filename (also called as "short filename" or SFN), such as index.htm (in this case, length of filename is 5.3).