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.
HttpResponse Struct Reference
HTTP response. More...
#include <http_server.h>
Data Fields | |
| uint_t | version |
| HTTP version number. | |
| uint_t | statusCode |
| HTTP status code. | |
| HttpAuthenticateHeader | auth |
| Authenticate header. | |
Detailed Description
HTTP response.
Definition at line 502 of file http_server.h.
Field Documentation
Authenticate header.
Definition at line 515 of file http_server.h.
| uint_t statusCode |
HTTP status code.
Definition at line 505 of file http_server.h.
| uint_t version |
HTTP version number.
Definition at line 504 of file http_server.h.
Generated on Tue Jul 12 2022 17:10:24 by
1.7.2