Paul Sokolovsky
|
fa5ac678fc
|
examples/network/http_client*: Use \r\n line-endings in request.
|
2016-10-09 19:36:04 +03:00 |
Paul Sokolovsky
|
614deb82c7
|
examples/http_client*: Be sure to close socket.
Otherwise, on bare-metal/RTOS systems can lead to resource leaks.
|
2016-07-23 00:41:19 +03:00 |
Paul Sokolovsky
|
c2d885501f
|
examples/network/: Use getaddrinfo() result in easy way.
Instead of extracting 4th element, extact last. Much easier to remember!
|
2016-05-03 00:45:37 +03:00 |
Paul Sokolovsky
|
4f2d59e82f
|
examples/http_client_ssl.py: HTTPS client example.
|
2016-04-02 23:19:03 +03:00 |