Sergio Benitez
06a7317fd9
Update to Hyper 0.10. Use cookie crate directly.
...
A few interesting notes on this breakage:
* `Cookie` how has a lifetime. It should be `'static'` everywhere.
* The `SetCookie` header is no longer reexported.
* Instead, `Cookie` implements `Into<Header>` for Set-Cookie.
2017-01-26 23:08:15 -08:00
Sergio Benitez
44e367c64c
Remove authorship from all examples.
2017-01-19 17:14:01 -08:00
Seth Lopez
da7026c781
Add tests for cookies example.
2017-01-09 17:21:19 -08:00
Sergio Benitez
d843e8354c
Use handlebars so that message is escaped in cookies example.
2016-11-04 15:33:58 +01:00
Sergio Benitez
7c6dce266b
Update cookies example to use contrib Template.
2016-10-08 21:02:42 -07:00
Sergio Benitez
46f73ed57c
Renamed macros to codegen.
2016-09-08 20:38:58 -07:00
Sergio Benitez
025c9243c0
Now using a Cargo workspace for (much!) faster builds. Added a temporary query
...
params example.
2016-08-10 17:50:08 -07:00
Sergio Benitez
bceb1ecfb6
Added Cookied as a response: can now set cookies. Added example of setting cookies. Working on retrieving them.
2016-08-06 23:14:05 -07:00