Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Committer:
andrewboyson
Date:
Thu Apr 02 19:08:25 2020 +0000
Revision:
167:3ba4e3c49631
Parent:
166:89e3ce39b31b
Modified resolution cache ajaxs to include the index

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 166:89e3ce39b31b 1 #include <stdint.h>
andrewboyson 166:89e3ce39b31b 2 #include <stdbool.h>
andrewboyson 166:89e3ce39b31b 3
andrewboyson 166:89e3ce39b31b 4 extern bool HttpsGetTrace(void);
andrewboyson 166:89e3ce39b31b 5 extern void HttpsReset (int connectionId);
andrewboyson 166:89e3ce39b31b 6 extern bool HttpsResponse(int connectionId, bool clientFinished, int* pWindowSize, uint8_t* pWindow, uint32_t windowPositionInStream);
andrewboyson 166:89e3ce39b31b 7 extern void HttpsRequest (int connectionId, int windowSize, uint8_t* pWindow, uint32_t windowPositionInStream);