1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-01 12:15:08 +02:00

update deps; export api

This commit is contained in:
Nikolay Kim
2018-10-23 21:44:20 -07:00
parent 4260692034
commit bc6e62349c
4 changed files with 16 additions and 16 deletions

View File

@ -36,9 +36,6 @@ pub enum ClientError {
/// Http parsing error
#[fail(display = "Http parsing error")]
Http(HttpError),
// /// Url parsing error
// #[fail(display = "Url parsing error")]
// Url(UrlParseError),
/// Response parsing error
#[fail(display = "Response parsing error")]
ParseError(ParseError),

View File

@ -36,6 +36,7 @@ pub enum Frame {
Close(Option<CloseReason>),
}
#[derive(Debug)]
/// WebSockets protocol codec
pub struct Codec {
max_size: usize,