Nikolay Kim
|
fec6047ddc
|
refactor HttpRequest mutability
|
2018-07-02 23:35:32 +06:00 |
|
Nikolay Kim
|
65ca563579
|
use read only self for Middleware
|
2018-06-21 23:06:23 +06:00 |
|
Nikolay Kim
|
3de9284592
|
Handler::handle uses &self instead of mutabble reference
|
2018-06-21 17:07:54 +06:00 |
|
Nikolay Kim
|
45e9aaa462
|
rustfmt 0.7
|
2018-05-17 12:20:20 -07:00 |
|
Nikolay Kim
|
8d65468c58
|
refactor FromRequest trait
|
2018-05-01 17:19:15 -07:00 |
|
Nikolay Kim
|
c72d1381a6
|
clippy warnings
|
2018-04-29 09:09:08 -07:00 |
|
Nikolay Kim
|
de49796fd1
|
clippy warnings; fmt
|
2018-04-28 22:55:47 -07:00 |
|
Nikolay Kim
|
113f5ad1a8
|
add rustfmt config
|
2018-04-13 16:02:01 -07:00 |
|
Nikolay Kim
|
3ee228005d
|
rename Application
|
2018-03-31 00:16:55 -07:00 |
|
Nikolay Kim
|
44e3df82f6
|
simplify http response construction; deprecate httpcodes
|
2018-03-30 23:07:33 -07:00 |
|
Nikolay Kim
|
8d8f6bedad
|
update examples
|
2018-03-30 18:54:38 -07:00 |
|
Nikolay Kim
|
9e751de707
|
re-arrange modules and exports
|
2018-03-30 17:31:18 -07:00 |
|
Nikolay Kim
|
dfd8f1058e
|
move NormalizePath type to separate module
|
2018-03-29 11:39:21 -07:00 |
|
Nikolay Kim
|
ae6c9cb7fa
|
re-arrange exports, some doc string updates
|
2018-03-29 10:44:26 -07:00 |
|
Nikolay Kim
|
a56e5113ee
|
process transfer-encoding before content-length, fix tests on 32bit platform
|
2018-03-24 09:22:34 -07:00 |
|
Nikolay Kim
|
e0c8da567c
|
various optimizations
|
2018-03-18 11:05:44 -07:00 |
|
Nikolay Kim
|
a7bf635158
|
unify headers and body processing for client response and server request
|
2018-02-27 15:03:28 -08:00 |
|
Nikolay Kim
|
6ee14efbe2
|
optimize http message serialization
|
2018-02-19 17:21:04 -08:00 |
|
Nikolay Kim
|
89a89e7b18
|
refactor shared bytes api
|
2018-01-14 17:00:28 -08:00 |
|
Nikolay Kim
|
b49eadf7e5
|
fix content length serialization #33
|
2018-01-02 13:39:32 -08:00 |
|
Nikolay Kim
|
967d3244d7
|
fix http/2 support
|
2017-12-31 13:22:11 -08:00 |
|
Nikolay Kim
|
ffb5742b71
|
fix tests
|
2017-12-25 19:42:55 -08:00 |
|
Nikolay Kim
|
5b65987f6a
|
write response optimizations
|
2017-12-25 13:40:06 -08:00 |
|
Nikolay Kim
|
b1f33e29ec
|
simplify content-length calculation
|
2017-12-16 07:29:15 -08:00 |
|
Nikolay Kim
|
ed8bd3d6a3
|
h1 cleanups
|
2017-12-15 22:49:48 -08:00 |
|
Nikolay Kim
|
106f43e874
|
better SharedBytes usage for h2
|
2017-12-14 20:48:31 -08:00 |
|
Nikolay Kim
|
c37565cc4a
|
various server optimizations
|
2017-12-14 19:34:31 -08:00 |
|
Nikolay Kim
|
8c1487f7f2
|
update tests
|
2017-12-13 23:09:35 -08:00 |
|
Nikolay Kim
|
4529efa948
|
rename module
|
2017-12-13 22:54:52 -08:00 |
|