Sergio Benitez
|
4b6c72e33f
|
Use move builder pattern to launch Rocket apps.
|
2016-10-03 19:48:33 -07:00 |
Sergio Benitez
|
7b1dc5a1a4
|
Remove Rocket::new(). Use 'ignite' everywhere.
|
2016-10-03 19:37:49 -07:00 |
Sergio Benitez
|
74ec26db95
|
Namespace HTTP-related type under `http`.
|
2016-10-03 17:09:13 -07:00 |
Sergio Benitez
|
e8e85f09cd
|
Add support for flash cookie. Revamp cookie support.
|
2016-09-11 18:57:04 -07:00 |
Sergio Benitez
|
46f73ed57c
|
Renamed macros to codegen.
|
2016-09-08 20:38:58 -07:00 |
Sergio Benitez
|
4d301eebbd
|
Complete overhaul complete.
|
2016-09-04 04:06:28 -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
|
3a89cb8e2b
|
Can now retrieve cookies from a handler. SWEET! Bumped version to 0.0.5.
|
2016-08-08 03:48:00 -07:00 |
Sergio Benitez
|
95a8a51b76
|
Added FromRequest and modified macro to use it: any parameters not declared by the user in the attributes will automatically be retrieved using FromRequest.
|
2016-08-08 03:10:23 -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 |