This library is used to make HTTP and HTTPS calls from mbed OS 5 applications.
Fork of mbed-http by
History
Include standard header to get size_t instead of redefining it.
2017-10-09, by wiggly [Mon, 09 Oct 2017 14:51:53 +0100] rev 20
Include standard header to get size_t instead of redefining it.
Add a note on RAM usage in the library
2017-09-04, by Jan Jongboom [Mon, 04 Sep 2017 16:52:46 +0100] rev 19
Add a note on RAM usage in the library
tls_socket was leaking 1024 bytes of memory
2017-09-04, by Jan Jongboom [Mon, 04 Sep 2017 16:31:38 +0100] rev 18
tls_socket was leaking 1024 bytes of memory
http_server example will live at https://developer.mbed.org/teams/sandbox/code/http-webserver-example
2017-07-31, by Jan Jongboom [Mon, 31 Jul 2017 15:36:33 +0200] rev 17
http_server example will live at https://developer.mbed.org/teams/sandbox/code/http-webserver-example
Add request parsing to prepare for HTTP server example (2)
2017-07-28, by Jan Jongboom [Fri, 28 Jul 2017 14:26:55 +0200] rev 16
Add request parsing to prepare for HTTP server example (2)
Add request parsing to prepare for HTTP server example
2017-07-28, by Jan Jongboom [Fri, 28 Jul 2017 14:26:26 +0200] rev 15
Add request parsing to prepare for HTTP server example
Request with a body, but without Content-Length header should pretend it's chunked to allocate enough memory
2017-03-30, by Jan Jongboom [Thu, 30 Mar 2017 15:13:37 +0200] rev 14
Request with a body, but without Content-Length header should pretend it's chunked to allocate enough memory
Add tls_socket.h
2017-03-30, by Jan Jongboom [Thu, 30 Mar 2017 12:53:43 +0200] rev 13
Add tls_socket.h
Update README for socket reuse
2017-03-28, by Jan Jongboom [Tue, 28 Mar 2017 14:47:51 +0200] rev 12
Update README for socket reuse
Allow socket re-use in HTTPS and HTTP request
2017-03-28, by Jan Jongboom [Tue, 28 Mar 2017 14:44:39 +0200] rev 11
Allow socket re-use in HTTPS and HTTP request