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 SW_HTTPServer by
Diff: SW_HTTPServer.h
- Revision:
- 8:262583f054f6
- Parent:
- 7:99ad7a67f05e
- Child:
- 9:2ea342765c9d
--- a/SW_HTTPServer.h Thu Jun 27 17:08:25 2013 +0000 +++ b/SW_HTTPServer.h Mon Jul 01 04:36:54 2013 +0000 @@ -524,8 +524,9 @@ char * postQueryString; /** - * Extract the message from the record, by searching for the needle - * the string of interest follows the needle, and may be ' ' delimited + * Extract the parameter from the record, by searching for the needle in the haystack. + * + * The parameter of interest follows the needle, and may be ' ' delimited * Can damage haystack while processing it. * * @param haystack is the record to search