Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

HttpResponse Struct Reference

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.