<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fastcgi-conduit/examples, branch v0.2.1</title>
<subtitle>Conduit interface for the fastcgi crate</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/'/>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2020-07-04T14:09:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T14:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=0bbb1cdb1978d0ff0b06a700016640f0642d95d5'/>
<id>0bbb1cdb1978d0ff0b06a700016640f0642d95d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `lighttpd.conf` to `examples/`</title>
<updated>2020-07-04T13:57:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T13:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=cd2f29f13f388fc4a9edfbf9980f096f06198d74'/>
<id>cd2f29f13f388fc4a9edfbf9980f096f06198d74</id>
<content type='text'>
I was only using it to test the examples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I was only using it to test the examples.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/server.rs: Remove unused imports and variable</title>
<updated>2020-07-04T13:51:23+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T13:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=4debb72622bbc68308c49fadb331e882ebe8fe19'/>
<id>4debb72622bbc68308c49fadb331e882ebe8fe19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Server::start: Return a `Server` directly instead of a `Result`</title>
<updated>2020-07-04T13:50:24+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T13:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=a95349de02343a89ba9b485861f57c17d39490e9'/>
<id>a95349de02343a89ba9b485861f57c17d39490e9</id>
<content type='text'>
We don't have any `Result`s to propagate in this function, so the
`Result` return wrapper is unnecessary.

Must have copied this signature from Civet without thinking:
https://github.com/conduit-rust/rust-civet/blob/ab9c52ca634f65439060c2248295d2ac354aead5/src/lib.rs#L214
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't have any `Result`s to propagate in this function, so the
`Result` return wrapper is unnecessary.

Must have copied this signature from Civet without thinking:
https://github.com/conduit-rust/rust-civet/blob/ab9c52ca634f65439060c2248295d2ac354aead5/src/lib.rs#L214
</pre>
</div>
</content>
</entry>
<entry>
<title>Add examples/small.rs</title>
<updated>2020-07-04T13:35:09+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-04T13:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=b470de2c475940bd1bf7ade73e3b1c911be897e6'/>
<id>b470de2c475940bd1bf7ade73e3b1c911be897e6</id>
<content type='text'>
Copy the short example from the module documentation into an executable
file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy the short example from the module documentation into an executable
file.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/server: Try using a `conduit_router::RouteBuilder`</title>
<updated>2020-06-28T21:48:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-06-28T21:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=c2f9adfe96406323e715513444a9d70fc7c4c17d'/>
<id>c2f9adfe96406323e715513444a9d70fc7c4c17d</id>
<content type='text'>
Try making a server with more than one route.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try making a server with more than one route.
</pre>
</div>
</content>
</entry>
<entry>
<title>Server::start(): Write HTTP version and status code</title>
<updated>2020-06-28T17:54:01+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-06-28T17:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=8ac4bfa0c941acefedf0d384685e8b422fc4b426'/>
<id>8ac4bfa0c941acefedf0d384685e8b422fc4b426</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Server: Working `start()` implementation</title>
<updated>2020-06-28T16:22:18+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-06-28T16:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=a613320c5f69089feba14ef36de58bdc21dd7e0b'/>
<id>a613320c5f69089feba14ef36de58bdc21dd7e0b</id>
<content type='text'>
Got a draft version of the server working.

Change the example to use the new Conduit server. Got a working HTML
fragment response.

Need to handle `conduit::Body::File` as well as unwrapped errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Got a draft version of the server working.

Change the example to use the new Conduit server. Got a working HTML
fragment response.

Need to handle `conduit::Body::File` as well as unwrapped errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>run(): Convert `fastcgi::Request` to `http::Request`</title>
<updated>2020-06-23T21:51:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-06-23T21:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=23f23e7ee0540c1078db038c3b3cad93b312200a'/>
<id>23f23e7ee0540c1078db038c3b3cad93b312200a</id>
<content type='text'>
Build a new `http::Request` from the `fastcgi::Request` and pass it into
the closure.

Can't move `req`, so needed to change the `from` converter to take a
reference.

Update the example code to append the `http::Request` to a file for
debugging and inspection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build a new `http::Request` from the `fastcgi::Request` and pass it into
the closure.

Can't move `req`, so needed to change the `from` converter to take a
reference.

Update the example code to append the `http::Request` to a file for
debugging and inspection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename crate to `fcgi`</title>
<updated>2020-06-22T23:17:41+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-06-22T23:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fastcgi-conduit/commit/?id=80c075cbfa0a311f7cd0d156d66e424a6ef3d1f5'/>
<id>80c075cbfa0a311f7cd0d156d66e424a6ef3d1f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
