Experimental HTTP and HTTPS library for mbed OS 5

Revisions of source/http_request.h

Revision Date Message Actions
32:fa4d71265625 2018-10-30 Update to use TLSSocket from upstream Mbed OS File  Diff  Annotate
31:b3730a2c4f39 2018-10-30 Switch to TLSSocket library File  Diff  Annotate
29:383e9bfbfbed 2018-08-10 Force usage of uint32_t instead of size_t - required for compilation on 64-bit systems File  Diff  Annotate
23:15fa2726f793 2018-01-11 Implement Transfer-Encoding: chunked on HTTP and HTTPS requests, allows streaming large blocks of data over HTTP File  Diff  Annotate
22:71fc1b1894f8 2018-01-03 Fix for https://github.com/ARMmbed/mbed-os/issues/5774 File  Diff  Annotate
20:0e63d6a93c02 2017-11-18 ifndef around HTTP_RECEIVE_BUFFER_SIZE File  Diff  Annotate
17:6e0025e01b98 2017-07-31 http_server example will live at https://developer.mbed.org/teams/sandbox/code/http-webserver-example File  Diff  Annotate
15:ffc77f212382 2017-07-28 Add request parsing to prepare for HTTP server example File  Diff  Annotate
11:96e4dcb9c0c2 2017-03-28 Allow socket re-use in HTTPS and HTTP request File  Diff  Annotate
10:b017c7d2cf23 2017-03-28 Don't rely on strlen for request length, as it prevents sending \0 over the line. Patch via https://developer.mbed.org/users/ihere1/code/mbed-http/rev/ec9b75c349aa File  Diff  Annotate
7:2e3eedb9ca5c 2017-02-24 Add support for chunked encoding. Fix bug handle querystrings. HttpResponse should own header strings. File  Diff  Annotate
3:8a6b003e3874 2017-02-23 Rely on Content-Length header to determine when request is processed File  Diff  Annotate
0:910f5949759f 2017-02-16 Initial commit File  Diff  Annotate