docs(guide): add meat to the Server Guide

Closes #806
This commit is contained in:
Sean McArthur
2016-07-25 17:41:08 -07:00
parent a22ae26cec
commit 12c69b5dd0
3 changed files with 368 additions and 12 deletions

View File

@@ -13,6 +13,8 @@
//! Hyper provides both a [Client](client/index.html) and a
//! [Server](server/index.html), along with a
//! [typed Headers system](header/index.html).
//!
//! If just getting started, consider looking over the [Server Guide](./guide/server.html).
extern crate rustc_serialize as serialize;
extern crate time;
#[macro_use] extern crate url;