Commit Graph

17 Commits

Author SHA1 Message Date
Nikolay Kim fd86d73a03 fix response upgrade type 2019-03-18 05:26:12 -07:00
Nikolay Kim 3301a46264 proper connection upgrade check 2019-03-17 22:56:13 -07:00
Nikolay Kim 96477d42cb extend HttpMessage trait, add api to work with requests cookies 2019-03-05 13:16:26 -08:00
Nikolay Kim 842da939dc fix chunked transfer encoding handling 2019-02-18 20:24:50 -08:00
Nikolay Kim 118606262b refactor payload handling 2019-02-13 13:52:11 -08:00
Nikolay Kim 6a343fae06 simplify Message type 2019-02-09 10:33:49 -08:00
Nikolay Kim ed7ca7fe07 make Message clonable and expose as public 2019-02-07 21:50:20 -08:00
Nikolay Kim b0e36fdcf9 simplify Message api 2019-02-07 21:19:10 -08:00
Nikolay Kim 55a29d3778 add h2 server support 2019-02-06 11:44:15 -08:00
Nikolay Kim e9121025b7 convert to 2018 edition 2018-12-06 14:32:52 -08:00
Nikolay Kim 3901239128 unify requedt/response encoder 2018-11-19 14:57:12 -08:00
Nikolay Kim 7d66430324 move url module to different crate 2018-11-18 20:08:43 -08:00
Nikolay Kim 7d3adaa6a8 replace message flags with ConnectionType 2018-11-18 18:17:38 -08:00
Nikolay Kim adad203314 refactor encoder/decoder impl 2018-11-18 17:52:56 -08:00
Nikolay Kim e73a97884a do not allow to set server response version 2018-11-17 09:03:35 -08:00
Nikolay Kim f0bd4d868e simplify server response type 2018-11-17 08:56:40 -08:00
Nikolay Kim 625469f0f4 refactor decoder 2018-11-16 19:28:07 -08:00