<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/examples/network/http_server_ssl.py, branch v1.9.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-07-10T20:01:52+00:00</updated>
<entry>
<title>examples/http_server*: Update for buffered-like streams (read line by line).</title>
<updated>2016-07-10T20:01:52+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-10T20:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e3f0f31e07091642a938d7f243f5803588e409b1'/>
<id>urn:sha1:e3f0f31e07091642a938d7f243f5803588e409b1</id>
<content type='text'>
Since "read-exactly" stream refactor, where stream.read(N) will read
exactly N bytes (unless EOF), http_server* examples can't any longer do
client_socket.read(4096) and expect to get full request (it will block
on HTTP/1.1 client). Instead, read request line by line, as the HTTP
protocol requires.
</content>
</entry>
<entry>
<title>examples/network/: Use getaddrinfo() result in easy way.</title>
<updated>2016-05-02T21:45:37+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-02T21:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c2d885501ff08f017634412b159b03ed923e119f'/>
<id>urn:sha1:c2d885501ff08f017634412b159b03ed923e119f</id>
<content type='text'>
Instead of extracting 4th element, extact last. Much easier to remember!
</content>
</entry>
<entry>
<title>examples/http_server_ssl.py: HTTPS server example.</title>
<updated>2016-04-28T18:39:17+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-28T18:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8fcfaf6f220ca9645b4429d756b3646c298d6466'/>
<id>urn:sha1:8fcfaf6f220ca9645b4429d756b3646c298d6466</id>
<content type='text'>
</content>
</entry>
</feed>
