Switch to setting extra headers via function

This commit is contained in:
Martin Becker
2017-07-19 09:59:34 +02:00
parent 86d2e2400a
commit 42ab3168c5
3 changed files with 17 additions and 4 deletions

View File

@ -226,6 +226,8 @@ typedef struct {
String base64Authorization; ///< Base64 encoded Auth request
String plainAuthorization; ///< Base64 encoded Auth request
String extraHeaders;
bool cHttpHeadersValid; ///< non-websocket http header validity indicator
size_t cMandatoryHeadersCount; ///< non-websocket mandatory http headers present count