Ahmed Charles
8b3c120684
feat(server): add path() and query() to Request
...
Closes #896
Closes #897
BREAKING CHANGE: `RequestUri::AbsolutePath` variant is changed to a struct variant. Consider using `req.path()` or `req.query()` to get the relevant slice.
2016-08-29 13:45:38 -07:00
Jonathan Giddy
ea1dccff59
docs(guide): fix guide example to save receiver for later use by response handler
2016-07-31 17:24:51 +01:00
Sean McArthur
81e6e98d80
docs(guide): adjust styles of the guides
2016-07-26 08:55:08 -07:00
Sean McArthur
12c69b5dd0
docs(guide): add meat to the Server Guide
...
Closes #806
2016-07-25 20:23:44 -07:00
Sean McArthur
a22ae26cec
docs(guide): fix css pathing
2016-07-15 17:53:51 -07:00
Sean McArthur
181e806a18
docs(guide): add styling to guides
2016-07-15 16:34:19 -07:00
Sean McArthur
29b65f6bdd
docs(guide): build and test markdown files in doc directory
2016-07-14 19:25:49 -07:00