Nikolay Kim
|
113f5ad1a8
|
add rustfmt config
|
2018-04-13 16:02:01 -07:00 |
|
Nikolay Kim
|
b517957761
|
fix stats for tls and alpn features
|
2018-04-11 16:34:01 -07:00 |
|
Douman
|
62a9b4c53c
|
Rename HttpRequest::without_state into drop_state and make it public
|
2018-04-11 22:41:06 +03:00 |
|
Nikolay Kim
|
e757dc5a71
|
clippy warnings
|
2018-04-09 14:25:30 -07:00 |
|
Nikolay Kim
|
df21892b5b
|
added extractor configuration
|
2018-04-03 22:06:18 -07:00 |
|
Nikolay Kim
|
6c906b08e1
|
match resource path before executing middlewares
|
2018-04-02 10:27:37 -07:00 |
|
Nikolay Kim
|
17c27ef42d
|
HttpRequest::resource() returns current matched resource
|
2018-04-01 17:37:22 -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
|
9e751de707
|
re-arrange modules and exports
|
2018-03-30 17:31:18 -07:00 |
|
Nikolay Kim
|
86dd732704
|
use FromRequest instead of HttpRequestExtractor
|
2018-03-29 13:12:28 -07:00 |
|
Nikolay Kim
|
ae6c9cb7fa
|
re-arrange exports, some doc string updates
|
2018-03-29 10:44:26 -07:00 |
|
Nikolay Kim
|
7d6deab9fb
|
drop request's extract_xxx methods
|
2018-03-29 09:26:01 -07:00 |
|
Nikolay Kim
|
90e3aaaf8a
|
fix router cannot parse Non-ASCII characters in URL #137
|
2018-03-28 16:10:58 -07:00 |
|
Nikolay Kim
|
4358da9926
|
refactor WithHandler trait
|
2018-03-27 20:33:24 -07:00 |
|
Nikolay Kim
|
2f60a4b89d
|
add handler with exatractor
|
2018-03-26 23:10:31 -07:00 |
|
Nikolay Kim
|
8fff2c7595
|
remove Path and Query from public api
|
2018-03-26 18:18:38 -07:00 |
|
Nikolay Kim
|
68cf32e848
|
add path and query extractors
|
2018-03-26 15:58:30 -07:00 |
|
Nikolay Kim
|
47f836cd1b
|
add helper method for response creation
|
2018-03-22 21:14:57 -07:00 |
|
Douman
|
ec192e0ab1
|
Show Request's hidden methods
|
2018-03-17 18:10:22 +03:00 |
|
Nikolay Kim
|
6657446433
|
Allow to set read buffer capacity for server request
|
2018-03-12 10:01:56 -07:00 |
|
Nikolay Kim
|
717602472a
|
clippy warnings
|
2018-03-09 10:11:38 -08:00 |
|
Nikolay Kim
|
2853086463
|
add write buffer capacity config
|
2018-03-09 10:00:15 -08:00 |
|
Nikolay Kim
|
395243a539
|
another attempt to fix cookie handling
|
2018-03-08 11:16:54 -08:00 |
|
Nikolay Kim
|
42d2a29b1d
|
non-blocking processing for NamedFile
|
2018-03-07 17:40:13 -08:00 |
|
Nikolay Kim
|
1db1ce1ca3
|
one more cookie handling fix
|
2018-03-07 15:41:46 -08:00 |
|
Nikolay Kim
|
f55ef3a059
|
create default CpuPool
|
2018-03-07 14:56:53 -08:00 |
|
Nikolay Kim
|
16c05f07ba
|
make HttpRequest::match_info_mut() public
|
2018-03-02 20:40:08 -08:00 |
|
Nikolay Kim
|
206c4e581a
|
rename httpcodes
|
2018-03-01 19:12:59 -08: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
|
6c480fae90
|
added HttpRequest::encoding() method; fix urlencoded parsing with charset
|
2018-02-27 11:31:54 -08:00 |
|
Nikolay Kim
|
d6fd4a3524
|
use buffer capacity; remove unused imports
|
2018-02-26 15:34:25 -08:00 |
|
Nikolay Kim
|
72aa2d9eae
|
clippy warnings
|
2018-02-26 14:33:56 -08:00 |
|
Nikolay Kim
|
0a3b776aa7
|
refactor multipart stream
|
2018-02-26 06:00:54 +03:00 |
|
Nikolay Kim
|
6ef9c60361
|
add Read and AsyncRead impl to HttpRequest
|
2018-02-25 21:26:58 +03:00 |
|
Nikolay Kim
|
a2b98b31e8
|
refactor payload related futures for HttpRequest
|
2018-02-25 20:34:26 +03:00 |
|
Nikolay Kim
|
141b992450
|
Make payload and httprequest a stream
|
2018-02-25 11:21:45 +03:00 |
|
Nikolay Kim
|
aff43cc8b8
|
fix routes registration order
|
2018-02-22 05:48:18 -08:00 |
|
Nikolay Kim
|
fd56e5dc82
|
do not use regset for route recognition
|
2018-02-21 14:31:22 -08:00 |
|
Nikolay Kim
|
360ffbba68
|
clone router with httprequest
|
2018-02-19 14:26:51 -08:00 |
|
Nikolay Kim
|
7ad66956b2
|
add HttpRequest::uri_mut(), allows to modify request uri
|
2018-02-03 08:31:32 -08:00 |
|
Nikolay Kim
|
9739168d48
|
fix limit usage for Request/Response Body future
|
2018-01-30 12:44:14 -08:00 |
|
Nikolay Kim
|
b686f39d0b
|
complete impl for client request and response
|
2018-01-29 14:44:25 -08:00 |
|
Nikolay Kim
|
4abb769ee5
|
fix request json loader; mime_type() method
|
2018-01-25 21:50:28 -08:00 |
|
Alexander Andreev
|
e1d9c3803b
|
spelling check
|
2018-01-16 00:47:25 +03:00 |
|
Nikolay Kim
|
8348c830e2
|
no need for mut ref
|
2018-01-03 10:57:57 -08:00 |
|
Nikolay Kim
|
ae084d1146
|
added helper future for reading request body
|
2018-01-03 09:23:58 -08:00 |
|
Nikolay Kim
|
70ea43b3c0
|
fix drain support for actor; make pattern more reusable
|
2018-01-02 23:43:17 -08:00 |
|
Nikolay Kim
|
cc38b30f7b
|
refactor http actor usage
|
2017-12-31 17:26:32 -08:00 |
|
Nikolay Kim
|
6ea894547d
|
better application handling, fix url_for method for routes with prefix
|
2017-12-29 14:04:13 -08:00 |
|