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.
mbed-http/mbed_lib.json@0:a21b8a29df03, 2021-10-09 (annotated)
- Committer:
- Hiroaki_Okoshi
- Date:
- Sat Oct 09 14:23:23 2021 +0000
- Revision:
- 0:a21b8a29df03
Sample web server via WiFi program. for mbed os 5.15
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Hiroaki_Okoshi | 0:a21b8a29df03 | 1 | { |
| Hiroaki_Okoshi | 0:a21b8a29df03 | 2 | "name": "mbed-http", |
| Hiroaki_Okoshi | 0:a21b8a29df03 | 3 | "config": { |
| Hiroaki_Okoshi | 0:a21b8a29df03 | 4 | "http-buffer-size": { |
| Hiroaki_Okoshi | 0:a21b8a29df03 | 5 | "help": "Size of the HTTP receive buffer in bytes", |
| Hiroaki_Okoshi | 0:a21b8a29df03 | 6 | "value": 8192, |
| Hiroaki_Okoshi | 0:a21b8a29df03 | 7 | "macro_name": "HTTP_RECEIVE_BUFFER_SIZE" |
| Hiroaki_Okoshi | 0:a21b8a29df03 | 8 | } |
| Hiroaki_Okoshi | 0:a21b8a29df03 | 9 | } |
| Hiroaki_Okoshi | 0:a21b8a29df03 | 10 | } |