Start writing API docs (#187)
This focuses mostly on the server module.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//! HTTP2 client side.
|
||||
//! Client implementation of the HTTP/2.0 protocol.
|
||||
use {SendStream, RecvStream, ReleaseCapacity};
|
||||
use codec::{Codec, RecvError, SendError, UserError};
|
||||
use frame::{Headers, Pseudo, Reason, Settings, StreamId};
|
||||
|
||||
Reference in New Issue
Block a user