<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sputnik/.gitignore, branch v0.3.6</title>
<subtitle>A lightweight layer on top of hyper to facilitate building web applications.</subtitle>
<id>http://git.push-f.com/sputnik/atom/.gitignore?h=v0.3.6</id>
<link rel='self' href='http://git.push-f.com/sputnik/atom/.gitignore?h=v0.3.6'/>
<link rel='alternate' type='text/html' href='http://git.push-f.com/sputnik/'/>
<updated>2021-01-18T09:17:10Z</updated>
<entry>
<title>split Request wrapper into Parts &amp; Body</title>
<updated>2021-01-18T09:17:10Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-01-18T09:03:50Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/sputnik/commit/?id=9b2d39933f3403245f97247166818bef609a0125'/>
<id>urn:sha1:9b2d39933f3403245f97247166818bef609a0125</id>
<content type='text'>
Originally the into_ functions actually consumed the request but I
changed that to make request information like URI and method still
accessible after the request has been read.

Not consuming the Request however allows e.g. into_form() to be called
twice, which results in a panic since the body can only be read once.

This commit splits the Request wrapper into two wrappers Parts &amp; Body,
allowing the borrow checker to guarantee that the body is only consumed
once, while keeping the other request information accessible after the
body has been consumed.

Version bumped to 0.2.0.
</content>
</entry>
<entry>
<title>publish</title>
<updated>2021-01-17T19:02:05Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-01-17T18:06:58Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/sputnik/commit/?id=61efc35b0a9c62c18a7a98419bf2ddbc0a52a42d'/>
<id>urn:sha1:61efc35b0a9c62c18a7a98419bf2ddbc0a52a42d</id>
<content type='text'>
</content>
</entry>
</feed>
