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.
Fork of mbed-http by
mbed_lib.json@7:2e3eedb9ca5c, 2017-02-24 (annotated)
- Committer:
- Jan Jongboom
- Date:
- Fri Feb 24 11:20:16 2017 +0100
- Revision:
- 7:2e3eedb9ca5c
- Parent:
- 1:52947b0505de
Add support for chunked encoding. Fix bug handle querystrings. HttpResponse should own header strings.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Jan Jongboom |
0:910f5949759f | 1 | { |
| Jan Jongboom |
0:910f5949759f | 2 | "name": "mbed-http", |
| Jan Jongboom |
0:910f5949759f | 3 | "config": { |
| Jan Jongboom |
0:910f5949759f | 4 | "http-buffer-size": { |
| Jan Jongboom |
0:910f5949759f | 5 | "help": "Size of the HTTP receive buffer in bytes", |
| Jan Jongboom |
1:52947b0505de | 6 | "value": 8192, |
| Jan Jongboom |
0:910f5949759f | 7 | "macro_name": "HTTP_RECEIVE_BUFFER_SIZE" |
| Jan Jongboom |
0:910f5949759f | 8 | } |
| Jan Jongboom |
0:910f5949759f | 9 | } |
| Jan Jongboom |
0:910f5949759f | 10 | } |
