A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revisions of tcp/http/http.h

Revision Date Message Actions
146:0fc66d610fd6 2019-05-15 Tidied the http shim File  Diff  Annotate
145:206bf0d073c7 2019-05-14 Added a shim module between the web server and TCP to switch between http (direct) and https (tls). File  Diff  Annotate
144:6bd5c54efc7d 2019-05-12 Tidied up tcp. File  Diff  Annotate
141:25047f31dbab 2019-04-27 Moved http status commands into this library File  Diff  Annotate
140:9000ea70b220 2019-04-10 Added ajax functions to AR4, AR6, NR4, NR6 modules File  Diff  Annotate
135:a7f026a09543 2019-03-23 Added the ability to send a 32bit integer as hex through http: primarily for ajax. File  Diff  Annotate
131:774f7f367031 2019-03-19 Include ability to set a delay to a reply via TCP. File  Diff  Annotate
129:9c57197fb698 2019-03-13 Added utilities to net-query module to split cookies and to convert the value part of a name value pair to an integer File  Diff  Annotate
127:fcdfbfad8770 2019-03-08 Moved the display tm from page to http where it makes more sense. File  Diff  Annotate
126:62edacc9f14d 2019-02-25 Added ability to post content plus content length and content start . File  Diff  Annotate
118:067cb5bce7e3 2019-01-26 Made http headers (just the if modified since) case insensitive. File  Diff  Annotate
117:a725e5ad4fad 2019-01-26 Found bug in function which retrieves the 'If-Last-Modified' line: the lastModified pointer is not initialised so could point anywhere if no line. Although checked for NULL it is not checked for other random values. Initialised to NULL. File  Diff  Annotate
110:67c96c143c2a 2019-01-18 Tidies up the http query module File  Diff  Annotate
109:bca6ebe63e32 2019-01-18 Added HttpSame module to provide NULL safe comparison routines File  Diff  Annotate
96:43eb7a110f1a 2018-12-29 Added ability to add hex nibbles to HTTP File  Diff  Annotate
79:f50e02fb5c94 2018-11-11 Added RTO support to TCP and fixed a problem with polling of different IP versions. File  Diff  Annotate
73:43e3d7fb3d60 2018-10-23 Separated the TCP header into its own module File  Diff  Annotate
71:736a5747ade1 2018-10-20 Started process of making TCP pollable File  Diff  Annotate
61:aad055f1b0d1 2018-01-11 Removed dependence on Mbed OS File  Diff  Annotate
55:e64b8b47a2b6 2017-11-13 Rearranged the TCP code File  Diff  Annotate
54:84ef2b29cf7e 2017-11-13 Tidied HTTP files File  Diff  Annotate