Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Committer:
andrewboyson
Date:
Sun Jan 20 20:31:41 2019 +0000
Revision:
111:3600389d1add
Child:
144:6bd5c54efc7d
Started to add HTTPS. Not going to work as cannot get a free certificate for an internal server name.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 111:3600389d1add 1 #include <stdint.h>
andrewboyson 111:3600389d1add 2
andrewboyson 111:3600389d1add 3 extern bool HttpsTrace;
andrewboyson 111:3600389d1add 4 extern void HttpsHandleRequest(int size, char* pRequestStream, uint32_t positionInRequestStream, int* pToDo);
andrewboyson 111:3600389d1add 5 extern void HttpsSendReply (int* pSize, char* pReplyStream, uint32_t positionInReplyStream, uint16_t mss, int todo);